metamaps--metamaps/doc/api/schemas/_metacode.json

26 lines
334 B
JSON
Raw Normal View History

2016-10-04 14:24:47 +00:00
{
"name": "Metacode",
"type": "object",
"properties": {
"id": {
"$ref": "_id.json"
},
"name": {
"type": "string"
},
"color": {
"type": "string"
},
"icon": {
"format": "uri",
2016-10-04 14:24:47 +00:00
"type": "string"
}
},
"required": [
"id",
"name",
"color",
"icon"
]
}