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]
- #inspect ⇒ String
- #items ⇒ CanonicalSchema?
- #max_items ⇒ Integer?
- #min_items ⇒ Integer?
- #prefix_items ⇒ Array[CanonicalSchema]
- #unique_items ⇒ Boolean
Instance Method Details
#contains ⇒ Array[ContainsView]
121 |
# File 'sig/jsonschema.rbs', line 121
def contains: () -> Array[ContainsView]
|
#deconstruct_keys ⇒ Hash[Symbol, untyped]
123 |
# File 'sig/jsonschema.rbs', line 123
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
122 |
# File 'sig/jsonschema.rbs', line 122
def inspect: () -> String
|
#items ⇒ CanonicalSchema?
120 |
# File 'sig/jsonschema.rbs', line 120
def items: () -> CanonicalSchema?
|
#max_items ⇒ Integer?
117 |
# File 'sig/jsonschema.rbs', line 117
def max_items: () -> Integer?
|
#min_items ⇒ Integer?
116 |
# File 'sig/jsonschema.rbs', line 116
def min_items: () -> Integer?
|
#prefix_items ⇒ Array[CanonicalSchema]
119 |
# File 'sig/jsonschema.rbs', line 119
def prefix_items: () -> Array[CanonicalSchema]
|
#unique_items ⇒ Boolean
118 |
# File 'sig/jsonschema.rbs', line 118
def unique_items: () -> bool
|