struct OpenAPI::Document
- OpenAPI::Document
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- OpenAPI::Object
- YAML::Serializable
Defined in:
open_api/document.crConstructors
Instance Method Summary
- #components : Components
- #external_docs : ExternalDocumentation | Nil
- #info : Info
- #openapi : String
- #paths : Hash(String, PathItem)
- #security : Array(Hash(String, Array(String))) | Nil
- #servers : Array(Server) | Nil
- #tags : Array(Tag) | Nil