diff --git a/tests/functional/api/v1/test_json_schemas/genres.json b/tests/functional/api/v1/test_json_schemas/genres.json index bcf50d8..d298ef2 100644 --- a/tests/functional/api/v1/test_json_schemas/genres.json +++ b/tests/functional/api/v1/test_json_schemas/genres.json @@ -5,7 +5,12 @@ "type": "string" }, "name": { - "type": "string" - } - } + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "additionalProperties": false }