Interface: BooleanSchema¶
A schema representing a return value or object property that is a boolean.
Hierarchy¶
BaseSchema
↳ BooleanSchema
Properties¶
description¶
• Optional
description: string
A explanation of this object schema property shown to the user in the UI.
If your pack has an object schema with many properties, it may be useful to explain the purpose or contents of any property that is not self-evident.
Inherited from¶
BaseSchema.description
Defined in¶
type¶
• type: Boolean
Identifies this schema as relating to a boolean value.