gitlab-org--gitlab-foss/spec/fixtures/api/schemas/board.json

12 lines
177 B
JSON

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