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]
122 |
# File 'sig/jsonschema.rbs', line 122
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
121 |
# File 'sig/jsonschema.rbs', line 121
def inspect: () -> String
|
#max_contains ⇒ Integer?
120 |
# File 'sig/jsonschema.rbs', line 120
def max_contains: () -> Integer?
|
#min_contains ⇒ Integer?
119 |
# File 'sig/jsonschema.rbs', line 119
def min_contains: () -> Integer?
|
#schema ⇒ CanonicalSchema
118 |
# File 'sig/jsonschema.rbs', line 118
def schema: () -> CanonicalSchema
|