Transcend · JSON Structure

Transcend Preference Record Structure

Logical structure of a Transcend preference record stored in a preference partition.

Type: Properties: 0
TranscendPrivacyData GovernanceConsentPreference ManagementDSRData InventoryAI GovernanceGDPRCCPAComplianceWebhooksGraphQLMCPSDKTerraformHelm

Transcend Preference Record Structure is a JSON Structure definition published by Transcend.

Meta-schema:

JSON Structure

Raw ↑
{
  "structure": "PreferenceRecord",
  "provider": "transcend-io",
  "description": "Logical structure of a Transcend preference record stored in a preference partition.",
  "fields": [
    { "name": "purpose", "type": "string", "required": true, "description": "Processing purpose (Marketing, Analytics, etc.)" },
    { "name": "preference", "type": "string", "required": true },
    { "name": "value", "type": "boolean|string", "required": true },
    { "name": "timestamp", "type": "string", "format": "date-time" },
    { "name": "identifiers", "type": "array<Identifier>" }
  ]
}