26 27 28
# File 'lib/json_schemer/openapi.rb', line 26 def validate(**options) @document_schema.validate(@document, **options) end