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]
178 |
# File 'sig/jsonschema.rbs', line 178
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
177 |
# File 'sig/jsonschema.rbs', line 177
def inspect: () -> String
|
#schema ⇒ Object
176 |
# File 'sig/jsonschema.rbs', line 176
def schema: () -> untyped
|