DefinitionDocumentV1
A whole-CLI definition document, version 1.
Produced by generateSchema. Validated by definitionMetaSchema and served at DEFINITION_SCHEMA_URL.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/json-schema/index.ts - Source link:
src/core/json-schema/index.ts:308
Signatures
ts
type DefinitionDocumentV1 = unknown;Members
Properties
$schema
ts
$schema: string;commands
ts
commands: readonly CommandDefinitionFragmentV1[];defaultCommand
ts
defaultCommand?: CommandDefinitionFragmentV1;description
ts
description?: string;name
ts
name: string;schemaVersion
ts
schemaVersion: 1;version
ts
version?: string;