debian-mirror-gitlab/spec/fixtures/api/schemas/board.json
2019-07-07 11:18:12 +05:30

11 lines
144 B
JSON

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