{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LibraryAnalyticsStyleUsagesByFile", "type": "object", "description": "Library analytics style usage data broken down by file.", "properties": { "fileName": { "type": "string", "description": "The name of the file using the library." }, "teamName": { "type": "string", "description": "The name of the team the file belongs to." }, "workspaceName": { "type": "string", "description": "The name of the workspace that the file belongs to." }, "usages": { "type": "number", "description": "The number of times styles from this library are used within the file." } } }