Class: JSONSchema::Canonical::NameFailsView

Inherits:
Object
  • Object
show all
Defined in:
sig/jsonschema.rbs

Overview

Some key's name fails the schema.

Instance Method Summary collapse

Instance Method Details

#deconstruct_keysHash[Symbol, untyped]

Parameters:

  • keys (Object)

Returns:

  • (Hash[Symbol, untyped])


159
# File 'sig/jsonschema.rbs', line 159

def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]

#inspectString

Returns:

  • (String)


158
# File 'sig/jsonschema.rbs', line 158

def inspect: () -> String

#schemaCanonicalSchema

Returns:



157
# File 'sig/jsonschema.rbs', line 157

def schema: () -> CanonicalSchema