summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/current-board.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/current-board.json')
-rw-r--r--spec/fixtures/api/schemas/current-board.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/fixtures/api/schemas/current-board.json b/spec/fixtures/api/schemas/current-board.json
deleted file mode 100644
index 2ddc038e908..00000000000
--- a/spec/fixtures/api/schemas/current-board.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "type": "object",
- "allOf": [
- { "$ref": "board.json" },
- {
- "required" : [
- "id",
- "name"
- ],
- "properties": {
- "id": { "type": "integer" },
- "name": { "type": "string" }
- }
- }
- ]
-}