Skip to content

tsoa-next / tsoa-next / EmbeddedSpecGeneratorArtifacts

Interface: EmbeddedSpecGeneratorArtifacts

Defined in: packages/runtime/src/decorators/specPath.ts:17

Prebuilt OpenAPI artifacts that can be embedded into generated routes for runtime serving.

Properties

json?

ts
optional json?: string;

Defined in: packages/runtime/src/decorators/specPath.ts:18


spec

ts
spec: ServedSpec;

Defined in: packages/runtime/src/decorators/specPath.ts:19


yaml?

ts
optional yaml?: string;

Defined in: packages/runtime/src/decorators/specPath.ts:20

TypeScript-first OpenAPI generation, route generation, and runtime validation.