Module: JSONSchema::Meta
- Defined in:
- sig/jsonschema.rbs
Overview
Meta-schema validation.
Class Method Summary collapse
-
.valid? ⇒ Boolean
Validate a schema against its meta-schema.
-
.validate! ⇒ nil
Validate a schema and raise on error.
Class Method Details
.valid? ⇒ Boolean
Validate a schema against its meta-schema.
354 |
# File 'sig/jsonschema.rbs', line 354
def self.valid?: (untyped schema, ?registry: Registry?) -> bool
|
.validate! ⇒ nil
Validate a schema and raise on error.
357 |
# File 'sig/jsonschema.rbs', line 357
def self.validate!: (untyped schema, ?registry: Registry?) -> nil
|