weldx.asdf.validators.wx_property_tag_validator#

weldx.asdf.validators.wx_property_tag_validator(validator, wx_property_tag, instance, schema)#
Parameters
  • validator – A jsonschema.Validator instance.

  • wx_property_tag (Union[str, list[str]]) – The tag to test all object properties against.

  • instance – Tree serialization (with default dtypes or as tagged dict) of the instance

  • schema – Dict representing the full ASDF schema.

Yields

asdf.ValidationError

Return type

Iterator[ValidationError]