mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-23 13:31:05 -05:00
19 lines
230 B
JSON
19 lines
230 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"name",
|
|
"version"
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "string"
|
|
},
|
|
"comment": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|