Class: JSONSchema::Canonical::ContainsView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::ContainsView
- Defined in:
- sig/jsonschema.rbs
Overview
One contains demand of an array; an absent minimum spells the default of one.
Instance Method Summary collapse
- #deconstruct_keys ⇒ Hash[Symbol, untyped]
- #inspect ⇒ String
- #max_contains ⇒ Integer?
- #min_contains ⇒ Integer?
- #schema ⇒ CanonicalSchema
Instance Method Details
#deconstruct_keys ⇒ Hash[Symbol, untyped]
132 |
# File 'sig/jsonschema.rbs', line 132
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
131 |
# File 'sig/jsonschema.rbs', line 131
def inspect: () -> String
|
#max_contains ⇒ Integer?
130 |
# File 'sig/jsonschema.rbs', line 130
def max_contains: () -> Integer?
|
#min_contains ⇒ Integer?
129 |
# File 'sig/jsonschema.rbs', line 129
def min_contains: () -> Integer?
|
#schema ⇒ CanonicalSchema
128 |
# File 'sig/jsonschema.rbs', line 128
def schema: () -> CanonicalSchema
|