{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-schema/adobe-creative-suite-stock-license-reference-schema.json", "title": "LicenseReference", "description": "Optional purchase reference metadata for a license transaction", "type": "object", "properties": { "id": { "type": "integer", "description": "Reference ID provided by the API caller for tracking", "example": 1001 }, "value": { "type": "string", "description": "Reference value such as a project name or purchase order number", "example": "Project Alpha" } } }