Skip to content

brando:updatePolicy

Property: Update Policy

Brando property reference
Defined in the Brando vocabulary.


Brand > Property > Policy :: updatePolicy

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


Definition

Rules governing how and when the policy is updated.


Values expected to be one of these types

  • Text
  • List of Text values

Used on these types

  • brando:Policy

Example (JSON-LD)

{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@type": "brando:Policy",
  "schema:name": "Example Policy",
  "brando:updatePolicy": [
    "Example value for brando:updatePolicy 1",
    "Example value for brando:updatePolicy 2"
  ]
}

Example (YAML)

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

@type: brando:Policy
schema:name: Example Policy

brando:updatePolicy:
  - "Example value for brando:updatePolicy 1"
  - "Example value for brando:updatePolicy 2"

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.