Skip to content

ValidationSchema

Properties

optional?

optional?: boolean

Source

inspector/lib/types.ts:80


properties?

properties?: Record<string, ValidationSchema>

Source

inspector/lib/types.ts:81


type

type: "string" | "number" | "boolean" | "object" | "array"

Source

inspector/lib/types.ts:82


Generated using TypeDoc and typedoc-plugin-markdown.