Adobe Creative Suite · JSON Structure

Adobe Creative Suite Stock License Stats Response Structure

Licensing statistics summary for the authenticated member

Type: object Properties: 2
CreativeDesignGraphicsPhotographyVideo

LicenseStatsResponse 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

nb_results stock_user

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-stats-response-structure.json",
  "name": "LicenseStatsResponse",
  "description": "Licensing statistics summary for the authenticated member",
  "type": "object",
  "properties": {
    "nb_results": {
      "type": "int32",
      "description": "Total number of licensing events in the requested period",
      "example": 1920
    },
    "stock_user": {
      "type": "object",
      "description": "Aggregated licensing statistics by content type"
    }
  }
}