Method: Eazypi::Schema::Primitive#to_openapi_spec
- Defined in:
- lib/eazypi/schema/primitive.rb
#to_openapi_spec ⇒ Object
18 19 20 21 22 23 |
# File 'lib/eazypi/schema/primitive.rb', line 18 def to_openapi_spec { "type" => type, "format" => format }.compact end |