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
When using from flex.core import validate and calling validate(schema, data) to validate data against a schema, it doesn't use the nested $ref elements to validate the input data. Instead, the behavior I'm seeing is that it validates properties for schema, but does not validate the properties of any $ref found in the schema that is passed in.
The text was updated successfully, but these errors were encountered:
When using from
flex.core import validate
and callingvalidate(schema, data)
to validate data against a schema, it doesn't use the nested $ref elements to validate the input data. Instead, the behavior I'm seeing is that it validates properties for schema, but does not validate the properties of any $ref found in the schema that is passed in.The text was updated successfully, but these errors were encountered: