debian-mirror-gitlab/spec/fixtures/api/schemas/board.json

11 lines
144 B
JSON
Raw Normal View History

2016-11-03 12:29:30 +05:30
{
"type": "object",
"required" : [
"id"
],
"properties" : {
"id": { "type": "integer" },
"name": { "type": "string" }
2019-07-07 11:18:12 +05:30
}
2016-11-03 12:29:30 +05:30
}