Module: PairKit::JsonSchema::Dsl::NullPartialDsl
- Included in:
- CommonPartialDsl
- Defined in:
- lib/pair_kit/json_schema/dsl/partials/null_partial_dsl.rb
Overview
Instance Method Summary collapse
Instance Method Details
#null ⇒ Object
9 10 11 |
# File 'lib/pair_kit/json_schema/dsl/partials/null_partial_dsl.rb', line 9 def null @subject['type'] << 'null' end |