ObjectSchemaInterface interface

Interface for ObjectSchema class.

Signature:

exportinterfaceObjectSchemaInterfaceextendsSchemaInterface

Extends:SchemaInterface

Properties

PropertyTypeDescription
optionalPropertiesstring[]
typeSchemaType.OBJECT

ObjectSchemaInterface.optionalProperties

Signature:

optionalProperties?:string[];

ObjectSchemaInterface.type

Signature:

type:SchemaType.OBJECT;