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]
111 |
# File 'sig/jsonschema.rbs', line 111
def contains: () -> Array[ContainsView]
|
#deconstruct_keys ⇒ Hash[Symbol, untyped]
113 |
# File 'sig/jsonschema.rbs', line 113
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
112 |
# File 'sig/jsonschema.rbs', line 112
def inspect: () -> String
|
#items ⇒ CanonicalSchema?
110 |
# File 'sig/jsonschema.rbs', line 110
def items: () -> CanonicalSchema?
|
#max_items ⇒ Integer?
107 |
# File 'sig/jsonschema.rbs', line 107
def max_items: () -> Integer?
|
#min_items ⇒ Integer?
106 |
# File 'sig/jsonschema.rbs', line 106
def min_items: () -> Integer?
|
#prefix_items ⇒ Array[CanonicalSchema]
109 |
# File 'sig/jsonschema.rbs', line 109
def prefix_items: () -> Array[CanonicalSchema]
|
#unique_items ⇒ Boolean
108 |
# File 'sig/jsonschema.rbs', line 108
def unique_items: () -> bool
|