Skip to content

brando:downloadableFile

A Brando Property
Defined in the Brando® vocabulary.


Thing > Intangible > Multiple types :: downloadableFile (brando:Brand, brando:Context, Brando:VisualIdentity, Brando:VerbalIdentity, Brando:AudioIdentity, brando:Policy, brando:Campaign, brando:BrandedCategory)

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


Description

Links a brand, token, context, campaign, or policy node to one or more canonical downloadable file assets (e.g. master logo packs, current guideline PDFs) represented as schema:MediaObject. Intended as a stable pointer to the most up-to-date creative files exposed by the Brand OS or DAM.


Values expected to be one of these types

  • schema:MediaObject
  • List of schema:MediaObject values

Used on these types


Example (JSON-LD)

{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@type": "brando:Brand",
  "schema:name": "Example Brand",
  "brando:downloadableFile": {
    "@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:downloadableFile:
  @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.