Class: JSONSchema::Canonical::NameFailsView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::NameFailsView
- Defined in:
- sig/jsonschema.rbs
Overview
Some key's name fails the schema.
Instance Method Summary collapse
Instance Method Details
#deconstruct_keys ⇒ Hash[Symbol, untyped]
159 |
# File 'sig/jsonschema.rbs', line 159
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
158 |
# File 'sig/jsonschema.rbs', line 158
def inspect: () -> String
|
#schema ⇒ CanonicalSchema
157 |
# File 'sig/jsonschema.rbs', line 157
def schema: () -> CanonicalSchema
|