brando:usesAudioToken
Property: Uses Audio Token
Brando property reference
Defined in the Brando vocabulary.
Brand > Property > Multiple types :: usesAudioToken (brando:Brand, brando:Context)
Canonical URL: https://brandoschema.com/properties/usesAudioToken
Check for open issues.
Definition
Links the node to an audio token that defines how the brand sounds in that scope.
Values expected to be one of these types
- brando:AudioToken
- List of brando:AudioToken values
Used on these types
brando:Brandbrando:Context
Example (JSON-LD)
{
"@context": {
"schema": "https://schema.org/",
"brando": "https://brandoschema.com/"
},
"@type": "brando:Brand",
"schema:name": "Example Brand",
"brando:usesAudioToken": {
"@id": "https://example.com/example",
"@type": "brando:AudioToken"
}
}
Example (YAML)
@context:
schema: https://schema.org/
brando: https://brandoschema.com/
@type: brando:Brand
schema:name: Example Brand
brando:usesAudioToken: {'@id': 'https://example.com/example', '@type': 'brando:AudioToken'}
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.