Render a single OpenAPI operation — header, parameters, request body,
responses, callbacks, security, and external docs — picked out of a
supplied document by path and method.
When schema is typed as const, requestBodyFields autocomplete
resolves from the operation's request body schema. The component
works with OpenAPI 2.0, 3.0, and 3.1 inputs (Swagger 2.0 documents
are normalised to 3.1 internally) and also resolves OpenAPI 3.1
webhooks under the same code path.
Render a single OpenAPI operation — header, parameters, request body, responses, callbacks, security, and external docs — picked out of a supplied document by
pathandmethod.When
schemais typedas const,requestBodyFieldsautocomplete resolves from the operation's request body schema. The component works with OpenAPI 2.0, 3.0, and 3.1 inputs (Swagger 2.0 documents are normalised to 3.1 internally) and also resolves OpenAPI 3.1 webhooks under the same code path.