Method: Committee::SchemaValidator::OpenAPI3::OperationWrapper#optional_body?
- Defined in:
- lib/committee/schema_validator/open_api_3/operation_wrapper.rb
#optional_body? ⇒ Boolean
55 56 57 |
# File 'lib/committee/schema_validator/open_api_3/operation_wrapper.rb', line 55 def optional_body? !request_operation.operation_object&.request_body&.required end |