Skip to content

brando:externalSystem

Property: External System

Brando property reference
Defined in the Brando vocabulary.


Brand > Property > Multiple types :: externalSystem (brando:Brand, brando:Context, brando:Policy, brando:Campaign, brando:AutomationRule)

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


Definition

External system or application that executes, stores, or consumes the node.


Values expected to be one of these types

  • schema:SoftwareApplication
  • List of schema:SoftwareApplication values

Used on these types

  • brando:Brand
  • brando:Context
  • brando:Policy
  • brando:Campaign
  • brando:AutomationRule

Example (JSON-LD)

{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@id": "https://brandoschema.com/brand/example",
  "@type": "brando:Brand",
  "schema:name": "Example Brand",
  "brando:externalSystem": {
    "@id": "https://apps.example.com/brand-os",
    "@type": "schema:SoftwareApplication",
    "schema:name": "Brand Management Platform"
  }
}

Example (YAML)

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

@id: https://brandoschema.com/brand/example
@type: brando:Brand
schema:name: Example Brand

brando:externalSystem:
  '@id': https://apps.example.com/brand-os
  '@type': schema:SoftwareApplication
  schema:name: Brand Management Platform

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.