- add
BY_SCHEMA_VERSION: Dict[SchemaVersion, Type[Xml|Json]]
- rework
output.get_instance() to use dicts BY_SCHEMA_VERSION
make validators fetchable, if only an outputter was known
- add property
output_format: OutputFormat to all outputters
- add property
output_format: OutputFormat to all validators
- add
validation.get_instance() analog to existing output.get_instance()
showcase the behaviour in the examples
BY_SCHEMA_VERSION: Dict[SchemaVersion, Type[Xml|Json]]output.get_instance()to use dictsBY_SCHEMA_VERSIONmake validators fetchable, if only an outputter was known
output_format: OutputFormatto all outputtersoutput_format: OutputFormatto all validatorsvalidation.get_instance()analog to existingoutput.get_instance()showcase the behaviour in the examples