Description
- add
BY_SCHEMA_VERSION: Dict[SchemaVersion, Type[Xml|Json]]
- rework
output.get_instance()
to use dictsBY_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 existingoutput.get_instance()
showcase the behaviour in the examples