InputSchemaBranch
The JSON Schema object describing one command's flags and args.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/json-schema/index.ts - Source link:
src/core/json-schema/index.ts:342
Signatures
ts
type InputSchemaBranch = unknown;Members
Properties
additionalProperties
ts
additionalProperties: false;properties
ts
properties: Readonly<Record<string, InputSchemaProperty>>;required
ts
required?: readonly string[];type
ts
type: "object";