struct OpenAPI::Components
- OpenAPI::Components
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- OpenAPI::Object
- YAML::Serializable
Defined in:
open_api/components.crConstructors
Instance Method Summary
- #callbacks : Hash(String, Hash(String, PathItem) | Reference)
- #examples : Hash(String, Example | Reference)
- #headers : Hash(String, Header | Reference)
- #links : Hash(String, Link | Reference)
- #parameters : Hash(String, Parameter | Reference)
- #request_bodies : Hash(String, RequestBody | Reference)
- #responses : Hash(String, Response | Reference)
- #schemas : Hash(String, Schema | Reference)
- #security_schemes : Hash(String, SecurityScheme | Reference)