Skip to content

brando:promptScaffold

Property: Prompt Scaffold

Brando property reference
Defined in the Brando vocabulary.


Brand > Property > VerbalToken :: promptScaffold

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


Definition

Reusable prompt structure intended to prime or constrain model behaviour.


Values expected to be one of these types

  • Text
  • List of Text values

Used on these types

  • brando:VerbalToken

Example (JSON-LD)

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

Example (YAML)

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

@type: brando:VerbalToken
schema:name: Example VerbalToken

brando:promptScaffold:
  - "Example value for brando:promptScaffold 1"
  - "Example value for brando:promptScaffold 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.