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])


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

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

#inspectString

Returns:

  • (String)


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

def inspect: () -> String

#schemaObject

Returns:

  • (Object)


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

def schema: () -> untyped