@versionzero/schema / types / ISchema
Interface: ISchema
Defined in: src/types.js:2
Properties
| Property | Type | Description |
|---|---|---|
base? | string | Base schema name for extension |
properties | ISchemaProperties | Schema properties |
options | ISchemaOptions | Schema options |
metadata | ISchemaMetadata | Schema metadata |
handlers | ISchemaHandlers | Schema handlers |
unionSchemas | ISchemaUnion | Union schema definitions |
toData | (schema) => SchemaData | undefined | Serialize schema to plain object |