Class: JSONSchema::Canonical::RawView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::RawView
- Defined in:
- sig/jsonschema.rbs
Overview
A schema the canonical form does not support structurally, kept verbatim.
Instance Method Summary collapse
Instance Method Details
#deconstruct_keys ⇒ Hash[Symbol, untyped]
284 |
# File 'sig/jsonschema.rbs', line 284
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
283 |
# File 'sig/jsonschema.rbs', line 283
def inspect: () -> String
|
#schema ⇒ Object
282 |
# File 'sig/jsonschema.rbs', line 282
def schema: () -> untyped
|