Skip to content

brando:usesVisualToken

Property: Uses Visual Token

Brando property reference
Defined in the Brando vocabulary.


Brand > Property > Multiple types :: usesVisualToken (brando:Brand, brando:Context)

Canonical URL: https://brandoschema.com/properties/usesVisualToken
Check for open issues.


Definition

Links the node to a visual token that defines how the brand appears in that scope.


Values expected to be one of these types

  • brando:VisualToken
  • List of brando:VisualToken values

Used on these types

  • brando:Brand
  • brando:Context

Example (JSON-LD)

{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@type": "brando:Brand",
  "schema:name": "Example Brand",
  "brando:usesVisualToken": {
    "@id": "https://example.com/example",
    "@type": "brando:VisualToken"
  }
}

Example (YAML)

@context:
  schema: https://schema.org/
  brando: https://brandoschema.com/

@type: brando:Brand
schema:name: Example Brand

brando:usesVisualToken: {'@id': 'https://example.com/example', '@type': 'brando:VisualToken'}

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.