Licensing statistics summary for the authenticated member
{ "$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-stats-response-schema.json", "title": "LicenseStatsResponse", "description": "Licensing statistics summary for the authenticated member", "type": "object", "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" } } }