You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 2 validation errors for JsonSchemaObject
properties -> anyOf
value is not a valid dict (type=type_error.dict)
properties -> anyOf
value could not be parsed to a boolean (type=type_error.bool)
Expected behavior
No errors 😅
The text was updated successfully, but these errors were encountered:
Describe the bug
Model generation seems to fail on anyOf, I encountered this issue for the SARIF spec:
To Reproduce
Used commandline:
Expected behavior
No errors 😅
The text was updated successfully, but these errors were encountered: