Class: JSON::Oas::Version
- Inherits:
-
Object
- Object
- JSON::Oas::Version
- Defined in:
- lib/json-schema-oas/version.rb
Constant Summary collapse
- OAS2 =
'2.0'.freeze
- OAS3 =
'3.0'.freeze
- DEFAULT_VERSION =
OAS3- VERSIONS =
[OAS2, OAS3].freeze