Skip to main content

Interface: SpecContextEntry

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:29

A resolved spec entry in the context result.

Properties

constraints?

readonly optional constraints?: readonly string[]

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:39

Extracted constraints from metadata.


description?

readonly optional description?: string

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:35

Spec description from metadata.


rules?

readonly optional rules?: readonly object[]

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:37

Extracted rules from metadata.


scenarios?

readonly optional scenarios?: readonly object[]

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:41

Extracted scenarios from metadata.


spec

readonly spec: string

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:31

Display label for the spec (e.g. 'default:auth/login').


stale

readonly stale: boolean

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:49

Whether the metadata is stale or absent.


title?

readonly optional title?: string

Defined in: packages/core/src/application/use-cases/get-spec-context.ts:33

Spec title from metadata.