Skip to content

brando:downloadableFile

Property: Downloadable File

Brando property reference
Defined in the Brando vocabulary.


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

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


Definition

Canonical downloadable file asset 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: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.