Documentation
¶
Overview ¶
Package spec carries the studio's OpenAPI document as one self-contained file, for serving at /openapi.yaml and rendering in the docs console (spec 0053 §3).
Generated, not written. api/openapi.yaml is the source of truth and is split across three places; this is that document bundled by internal/specbundle, and pkg/studio/spec_test.go fails when the two disagree. Edit the api/ files and run `just generate`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Document []byte
Document is the bundled OpenAPI document: every reference local, so a browser that fetches it needs nothing else.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.