// Package api embeds the hand-written OpenAPI document (ยง6). package api import _ "embed" //go:embed openapi.yaml var OpenAPI []byte