Module: JSI::JSONSchemaDraft07::PropertyReaders
- Included in:
- JSI::JSONSchemaDraft07
- Defined in:
- lib/schemas/json-schema.org/draft-07/schema.rb
Instance Method Summary collapse
Instance Method Details
#comment(**kw) ⇒ Object
137 |
# File 'lib/schemas/json-schema.org/draft-07/schema.rb', line 137 def comment(**kw) self['$comment', **kw] end |
#format(**kw) ⇒ Object
138 |
# File 'lib/schemas/json-schema.org/draft-07/schema.rb', line 138 def format(**kw) self['format', **kw] end |
#ref(**kw) ⇒ Object
136 |
# File 'lib/schemas/json-schema.org/draft-07/schema.rb', line 136 def ref(**kw) self['$ref', **kw] end |