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]
144 |
# File 'sig/jsonschema.rbs', line 144
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
143 |
# File 'sig/jsonschema.rbs', line 143
def inspect: () -> String
|
#max_properties ⇒ Integer?
138 |
# File 'sig/jsonschema.rbs', line 138
def max_properties: () -> Integer?
|
#min_properties ⇒ Integer?
137 |
# File 'sig/jsonschema.rbs', line 137
def min_properties: () -> Integer?
|
#pattern_properties ⇒ Hash[String, CanonicalSchema]
142 |
# File 'sig/jsonschema.rbs', line 142
def pattern_properties: () -> Hash[String, CanonicalSchema]
|
#properties ⇒ Hash[String, CanonicalSchema]
141 |
# File 'sig/jsonschema.rbs', line 141
def properties: () -> Hash[String, CanonicalSchema]
|
#property_names ⇒ CanonicalSchema?
140 |
# File 'sig/jsonschema.rbs', line 140
def property_names: () -> CanonicalSchema?
|
#required ⇒ Array[String]
139 |
# File 'sig/jsonschema.rbs', line 139
def required: () -> Array[String]
|