Const
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 } } } }} Copy
{ "actions": { "[id]": { "roles": { "[roleId]": { "requirements": { "variables": [], "secrets": [] } ← this schema } } } }}
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.