Class: OpenAPIParser::Schemas::MediaType
- Defined in:
- lib/openapi_parser/schemas/classes.rb,
lib/openapi_parser/schemas/media_type.rb
Instance Attribute Summary collapse
-
#schema ⇒ Schema?
readonly
OpenAPI3 Schema object.
Attributes inherited from Base
#object_reference, #parent, #raw_schema, #root
Instance Method Summary collapse
-
#validate_parameter(params, options) ⇒ Object
validate params by schema definitions.
Methods inherited from Base
#after_init, #initialize, #inspect
Methods included from Expandable
Methods included from Findable
#find_object, #purge_object_cache
Methods included from Parser
#_openapi_all_child_objects, #_update_child_object, included, #load_data
Constructor Details
This class inherits a constructor from OpenAPIParser::Schemas::Base
Instance Attribute Details
Instance Method Details
#validate_parameter(params, options) ⇒ Object
validate params by schema definitions
14 15 16 |
# File 'lib/openapi_parser/schemas/media_type.rb', line 14 def validate_parameter(params, ) OpenAPIParser::SchemaValidator.validate(params, schema, ) end |