OpenAPI
Standard, language-agnostic description of HTTP APIs — request/response schemas and security metadata. Strong for discovery, codegen, validation, linting and tool-calling over REST; GDS recommends producing an OpenAPI document first. Weak for event choreography and end-to-end workflow without add-ons such as Arazzo.
For API-related OKF bundles, OpenAPI is the executable contract target. OKF records can carry enough metadata to generate service stubs or operation fragments, but a record is not OpenAPI-conformant unless an openapi document with servers, paths, methods, parameters, responses, schemas and security metadata is emitted and validated.