diff --git a/tests/test_json_schema.py b/tests/test_json_schema.py index 1f11cb51..bd4186f2 100644 --- a/tests/test_json_schema.py +++ b/tests/test_json_schema.py @@ -191,8 +191,8 @@ { 'properties': { 'x': { - 'anyOf': [{'type': 'string'}, {'type': 'integer'}], 'title': 'X', + 'type': 'string', } }, 'required': ['x'],