classmethod new_to_old(schema) → {dict}
Convert a new-format schema dict to the legacy format.
Properties
| Name | Type | Description |
|---|---|---|
schema | dict | A new-format schema dictionary. |
Returns:
A legacy-format schema dictionary.
- Type
- dict
| Name | Type | Description |
|---|---|---|
schema | dict | A new-format schema dictionary. |