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]
127 |
# File 'sig/jsonschema.rbs', line 127
def contains: () -> Array[ContainsView]
|
#deconstruct_keys ⇒ Hash[Symbol, untyped]
129 |
# File 'sig/jsonschema.rbs', line 129
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
128 |
# File 'sig/jsonschema.rbs', line 128
def inspect: () -> String
|
#items ⇒ CanonicalSchema?
126 |
# File 'sig/jsonschema.rbs', line 126
def items: () -> CanonicalSchema?
|
#max_items ⇒ Integer?
123 |
# File 'sig/jsonschema.rbs', line 123
def max_items: () -> Integer?
|
#min_items ⇒ Integer?
122 |
# File 'sig/jsonschema.rbs', line 122
def min_items: () -> Integer?
|
#prefix_items ⇒ Array[CanonicalSchema]
125 |
# File 'sig/jsonschema.rbs', line 125
def prefix_items: () -> Array[CanonicalSchema]
|
#unique_items ⇒ Boolean
124 |
# File 'sig/jsonschema.rbs', line 124
def unique_items: () -> bool
|