Skip to main content

@versionzero/schema / types / ISchema

Interface: ISchema

Defined in: src/types.js:2

Properties

PropertyTypeDescription
base?stringBase schema name for extension
propertiesISchemaPropertiesSchema properties
optionsISchemaOptionsSchema options
metadataISchemaMetadataSchema metadata
handlersISchemaHandlersSchema handlers
unionSchemasISchemaUnionUnion schema definitions
toData(schema) => SchemaData | undefinedSerialize schema to plain object