OpenApiSpec
This is the root object of the OpenAPI document.
https://spec.openapis.org/oas/v3.1.0#openapi-object
Parameters
This string MUST be the version number of the OpenAPI Specification that the OpenAPI document uses. Kompendium only supports OpenAPI 3.1
The default value for the $schema keyword within Schema Objects contained within this OAS document. Kompendium only supports the 2020 draft
Provides metadata about the API.
An array of Server Objects, which provide connectivity information to a target server. If the property is not provided, or is an empty array, the default value would be a Server Object with a url value of /.
The available paths and operations for the API.
The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement.
An element to hold various schemas for the document.
A declaration of which security mechanisms can be used across the API.
A list of tags used by the document with additional metadata.
Additional external documentation.