12 lines
177 B
JSON
12 lines
177 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required" : [
|
||
|
"id"
|
||
|
],
|
||
|
"properties" : {
|
||
|
"id": { "type": "integer" },
|
||
|
"name": { "type": "string" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|