Skip to content

crp.schemas

Auto-generated reference for the crp.schemas subpackage.

schemas

crp.schemas

JSON Schema loader for CRP data contracts.

load_schema(name)

Load a JSON Schema by name (without .json extension).

schema = load_schema("task-intent") schema["type"] 'object'