Class: JSONSchema::Canonical::ObjectView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::ObjectView
- Defined in:
- sig/jsonschema.rbs
Overview
An object value whose property count is within a window.
Instance Method Summary collapse
- #deconstruct_keys ⇒ Hash[Symbol, untyped]
- #inspect ⇒ String
- #max_properties ⇒ Integer?
- #min_properties ⇒ Integer?
- #pattern_properties ⇒ Hash[String, CanonicalSchema]
- #properties ⇒ Hash[String, CanonicalSchema]
- #property_names ⇒ CanonicalSchema?
- #required ⇒ Array[String]
Instance Method Details
#deconstruct_keys ⇒ Hash[Symbol, untyped]
134 |
# File 'sig/jsonschema.rbs', line 134
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
133 |
# File 'sig/jsonschema.rbs', line 133
def inspect: () -> String
|
#max_properties ⇒ Integer?
128 |
# File 'sig/jsonschema.rbs', line 128
def max_properties: () -> Integer?
|
#min_properties ⇒ Integer?
127 |
# File 'sig/jsonschema.rbs', line 127
def min_properties: () -> Integer?
|
#pattern_properties ⇒ Hash[String, CanonicalSchema]
132 |
# File 'sig/jsonschema.rbs', line 132
def pattern_properties: () -> Hash[String, CanonicalSchema]
|
#properties ⇒ Hash[String, CanonicalSchema]
131 |
# File 'sig/jsonschema.rbs', line 131
def properties: () -> Hash[String, CanonicalSchema]
|
#property_names ⇒ CanonicalSchema?
130 |
# File 'sig/jsonschema.rbs', line 130
def property_names: () -> CanonicalSchema?
|
#required ⇒ Array[String]
129 |
# File 'sig/jsonschema.rbs', line 129
def required: () -> Array[String]
|