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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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-05-18 00:54:41 +05:30
}
2016-11-03 12:29:30 +05:30
}