{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LibraryAnalyticsStyleUsagesByAsset", "type": "object", "properties": { "styleKey": { "type": "string" }, "styleName": { "type": "string" }, "styleType": { "type": "string" }, "usages": { "type": "number" }, "teamsUsing": { "type": "number" }, "filesUsing": { "type": "number" } } }