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