summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/post.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/post.json b/schemas/post.json
index f427dd7..a7a3a36 100644
--- a/schemas/post.json
+++ b/schemas/post.json
@@ -6,5 +6,6 @@
"body": { "type": "string" },
"published": { "type": "boolean" }
},
- "required": ["id", "title", "body", "published"]
+ "required": ["id", "title", "body", "published"],
+ "additionalProperties": false
}