Class: JSONSchema::Canonical::ArrayView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::ArrayView
- Defined in:
- sig/jsonschema.rbs
Overview
An array value whose length is within a window.
Instance Method Summary collapse
- #contains ⇒ Array[ContainsView]
- #deconstruct_keys ⇒ Hash[Symbol, untyped]
- #distinctness ⇒ distinctness
- #inspect ⇒ String
- #items ⇒ CanonicalSchema?
- #max_items ⇒ Integer?
- #min_items ⇒ Integer?
- #prefix_items ⇒ Array[CanonicalSchema]
Instance Method Details
#contains ⇒ Array[ContainsView]
187 |
# File 'sig/jsonschema.rbs', line 187
def contains: () -> Array[ContainsView]
|
#deconstruct_keys ⇒ Hash[Symbol, untyped]
189 |
# File 'sig/jsonschema.rbs', line 189
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#distinctness ⇒ distinctness
184 |
# File 'sig/jsonschema.rbs', line 184
def distinctness: () -> distinctness
|
#inspect ⇒ String
188 |
# File 'sig/jsonschema.rbs', line 188
def inspect: () -> String
|
#items ⇒ CanonicalSchema?
186 |
# File 'sig/jsonschema.rbs', line 186
def items: () -> CanonicalSchema?
|
#max_items ⇒ Integer?
183 |
# File 'sig/jsonschema.rbs', line 183
def max_items: () -> Integer?
|
#min_items ⇒ Integer?
182 |
# File 'sig/jsonschema.rbs', line 182
def min_items: () -> Integer?
|
#prefix_items ⇒ Array[CanonicalSchema]
185 |
# File 'sig/jsonschema.rbs', line 185
def prefix_items: () -> Array[CanonicalSchema]
|