gitlab-org--gitlab-foss/spec/fixtures/api/schemas/board.json
Rémy Coutable 9aaa6c3fa4
Reduce diff with EE in spec/fixtures/api/schemas
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-14 10:33:48 +01:00

10 lines
144 B
JSON

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