brando:hasAutomationRule
Property: Has Automation Rule
Brando property reference
Defined in the Brando vocabulary.
Brand > Property > Brand :: hasAutomationRule
Canonical URL: https://brandoschema.com/properties/hasAutomationRule
Check for open issues.
Definition
Links the node to an automation rule that governs runtime behaviour.
Values expected to be one of these types
- brando:AutomationRule
- List of brando:AutomationRule values
Used on these types
brando:Brand
Example (JSON-LD)
{
"@context": {
"schema": "https://schema.org/",
"brando": "https://brandoschema.com/"
},
"@type": "brando:Brand",
"schema:name": "Example Brand",
"brando:hasAutomationRule": {
"@id": "https://example.com/example",
"@type": "brando:AutomationRule"
}
}
Example (YAML)
@context:
schema: https://schema.org/
brando: https://brandoschema.com/
@type: brando:Brand
schema:name: Example Brand
brando:hasAutomationRule: {'@id': 'https://example.com/example', '@type': 'brando:AutomationRule'}
Acknowledgements
This element is based on the work of Advanced Analytica.
Many Type and Property definitions are inspired by extensive analysis of brand guidelines, governance systems, and AI content-safety practices.