Skip to content

SpeculatorASTSchema

Defined in: types/ast.generated.ts:307

AST-first schema for Speculator workspace. A workspace contains one or more specification documents. Semantic marker nodes are introduced during parse and may be refined during resolve. Global indexing aggregates definitions across documents.

documents: Document[]

Defined in: types/ast.generated.ts:316

Collection of documents in the workspace


optional globalIndex: Indexes1

Defined in: types/ast.generated.ts:317


optional schemaVersion: "1.1.0"

Defined in: types/ast.generated.ts:311

Schema version for this AST format


type: "workspace"

Defined in: types/ast.generated.ts:312