Adobe Creative Suite · JSON Structure

Adobe Creative Suite Stock License Reference Structure

Optional purchase reference metadata for a license transaction

Type: object Properties: 2
CreativeDesignGraphicsPhotographyVideo

LicenseReference is a JSON Structure definition published by Adobe Creative Suite, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-structure/adobe-creative-suite-stock-license-reference-structure.json",
  "name": "LicenseReference",
  "description": "Optional purchase reference metadata for a license transaction",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "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"
    }
  }
}