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