@xo-cash/utils
    Preparing search index...

    Variable xoTemplateActionRoleRequirementsSchemaConst

    xoTemplateActionRoleRequirementsSchema: ZodObject<
        { secrets: ZodOptional<(...)>; variables: ZodOptional<(...)> },
        $strict,
    > = ...

    Validation schema for the capability requirements declared on a role within an action. Describes what data, secrets, or state the role is responsible for providing when participating in an action.

    {
    "actions": {
    "[id]": {
    "roles": {
    "[roleId]": {
    "requirements": { "variables": [], "secrets": [] } ← this schema
    }
    }
    }
    }
    }