Method: Explicit::Type::Any#json_schema
- Defined in:
- lib/explicit/type/any.rb
#json_schema(flavour) ⇒ Object
22 23 24 25 26 |
# File 'lib/explicit/type/any.rb', line 22 def json_schema(flavour) return {} if flavour == :swagger { type: "string" } end |