diff options
Diffstat (limited to 'schemas/post.json')
| -rw-r--r-- | schemas/post.json | 3 |
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 } |