The schema= (append into an existing schema) parameter of load_schema, from_string, and the appending branch of SchemaLoader.__init__ (base2schema.py:55-74) are no longer used by the schema merge code path.
They are marked deprecated as in the docstrings and emit a DeprecationWarning when requested.
Remove in 2.0.0.
The
schema=(append into an existing schema) parameter ofload_schema,from_string, and the appending branch ofSchemaLoader.__init__(base2schema.py:55-74) are no longer used by the schema merge code path.They are marked deprecated as in the docstrings and emit a
DeprecationWarningwhen requested.Remove in 2.0.0.