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