We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a5ddf commit 09916a9Copy full SHA for 09916a9
unit_tests/sources/utils/test_transform.py
@@ -33,7 +33,7 @@
33
},
34
"definitions": {
35
"str_type": {"type": "string"},
36
- "my_type": {"type": "string"}, # << Fixed
+ "my_type": {"type": "string"},
37
"nested_type": {"type": "object", "properties": {"a": {"type": "string"}}},
38
39
}
0 commit comments