summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/board.json
blob: 7c146647948b431a8d6462981ab1edf5af675d2b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "required" : [
    "id"
  ],
  "properties" : {
    "id": { "type": "integer" },
    "name": { "type": "string" }
  }
}