2016-10-05 15:24:29 -04:00
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"required" : [
|
2016-10-10 22:29:20 -04:00
|
|
|
"id"
|
2016-10-05 15:24:29 -04:00
|
|
|
],
|
|
|
|
"properties" : {
|
|
|
|
"id": { "type": "integer" },
|
|
|
|
"name": { "type": "string" }
|
2019-03-12 13:10:24 -04:00
|
|
|
}
|
2016-10-05 15:24:29 -04:00
|
|
|
}
|