static is_legacy_format(schema) → {bool}
Detect whether a schema dict uses the legacy format.
Properties
| Name | Type | Description |
|---|---|---|
schema | dict | A schema dictionary. |
Returns:
True if *schema* uses the legacy (old) format.
- Type
- bool
| Name | Type | Description |
|---|---|---|
schema | dict | A schema dictionary. |