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]
150 |
# File 'sig/jsonschema.rbs', line 150
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
149 |
# File 'sig/jsonschema.rbs', line 149
def inspect: () -> String
|
#max_properties ⇒ Integer?
144 |
# File 'sig/jsonschema.rbs', line 144
def max_properties: () -> Integer?
|
#min_properties ⇒ Integer?
143 |
# File 'sig/jsonschema.rbs', line 143
def min_properties: () -> Integer?
|
#pattern_properties ⇒ Hash[String, CanonicalSchema]
148 |
# File 'sig/jsonschema.rbs', line 148
def pattern_properties: () -> Hash[String, CanonicalSchema]
|
#properties ⇒ Hash[String, CanonicalSchema]
147 |
# File 'sig/jsonschema.rbs', line 147
def properties: () -> Hash[String, CanonicalSchema]
|
#property_names ⇒ CanonicalSchema?
146 |
# File 'sig/jsonschema.rbs', line 146
def property_names: () -> CanonicalSchema?
|
#required ⇒ Array[String]
145 |
# File 'sig/jsonschema.rbs', line 145
def required: () -> Array[String]
|