debian-mirror-gitlab/spec/fixtures/api/schemas/board.json
2016-11-03 12:29:30 +05:30

12 lines
177 B
JSON

{
"type": "object",
"required" : [
"id"
],
"properties" : {
"id": { "type": "integer" },
"name": { "type": "string" }
},
"additionalProperties": false
}