Skip to main content

Module schema_constraints

Module schema_constraints 

Source
Expand description

Schema-level constraint validation.

Validates structural constraints across objects within a schema, such as ensuring storage and computation objects are not mixed in the same schema.

Functions§

validate_no_storage_and_computation_in_schema 🔒
Validates that a schema doesn’t mix storage objects with computation objects.