We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0c040 commit b6e1c61Copy full SHA for b6e1c61
schematic/schemas/create_json_schema.py
@@ -294,11 +294,8 @@ def _get_validation_rule_based_fields(
294
f"derived from its validation rules: {validation_rules}"
295
)
296
raise ValueError(msg)
297
- # If there is no explicit type and there is an implicit type...
298
if implicit_js_type:
299
- # then the implicit type is used...
300
js_type = implicit_js_type
301
- # and a warning is raised since this behavior is deprecated
302
msg = (
303
f"No explicit type set for property: '{name}', "
304
"using validation rules to set the type. "
0 commit comments