Skip to content

brando:supportingFile

Property: Supporting File

Brando property reference
Defined in the Brando vocabulary.


Brand > Property > Multiple types :: supportingFile (brando:Brand, brando:Context, brando:VisualToken, brando:VerbalToken, brando:AudioToken, brando:Policy, brando:Campaign, brando:BrandedCategory)

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


Definition

Non-canonical supporting file linked to the node.


Values expected to be one of these types

  • schema:MediaObject
  • List of schema:MediaObject values

Used on these types

  • brando:Brand
  • brando:Context
  • brando:VisualToken
  • brando:VerbalToken
  • brando:AudioToken
  • brando:Policy
  • brando:Campaign
  • brando:BrandedCategory

Example (JSON-LD)

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

Example (YAML)

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

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

brando:supportingFile: {'@id': 'https://example.com/example', '@type': 'schema:MediaObject'}

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.