Class: JSONSchema::Canonical::RawView

Inherits:
Object
  • Object
show all
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_keysHash[Symbol, untyped]

Parameters:

  • keys (Object)

Returns:

  • (Hash[Symbol, untyped])


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

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

#inspectString

Returns:

  • (String)


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

def inspect: () -> String

#schemaObject

Returns:

  • (Object)


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

def schema: () -> untyped