Skip to content

Commit

Permalink
Refactor JSON schema for property 'x'
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Jan 2, 2024
1 parent 1e9555c commit 7c5a6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@
{
'properties': {
'x': {
'anyOf': [{'type': 'string'}, {'type': 'integer'}],
'title': 'X',
'type': 'string',
}
},
'required': ['x'],
Expand Down

0 comments on commit 7c5a6b4

Please sign in to comment.