class Yori::Schema::V3::OpenAPI
This is the root document object of the OpenAPI document.
Public Instance Methods
validate!()
click to toggle source
# File lib/yori/schema/v3/openapi.rb, line 55 def validate! validate_require_fields!('openapi', 'info', 'paths') end