LicenseStatsResponse

Licensing statistics summary for the authenticated member

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
nb_results integer Total number of licensing events in the requested period
stock_user object Aggregated licensing statistics by content type
View JSON Schema on GitHub

JSON Schema

adobe-creative-suite-licensestatsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LicenseStatsResponse",
  "title": "LicenseStatsResponse",
  "type": "object",
  "description": "Licensing statistics summary for the authenticated member",
  "properties": {
    "nb_results": {
      "type": "integer",
      "description": "Total number of licensing events in the requested period",
      "example": 1920
    },
    "stock_user": {
      "type": "object",
      "description": "Aggregated licensing statistics by content type"
    }
  }
}