Interface for ObjectSchema
class.
Signature:
export interface ObjectSchemaInterface extends SchemaInterface
Extends: SchemaInterface
Properties
Property | Type | Description |
---|---|---|
optionalProperties | string[] | |
type | SchemaType.OBJECT |
ObjectSchemaInterface.optionalProperties
Signature:
optionalProperties?: string[];
ObjectSchemaInterface.type
Signature:
type: SchemaType.OBJECT;