{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LibraryAnalyticsUsagesByFile", "type": "object", "properties": { "fileName": { "type": "string" }, "teamName": { "type": "string" }, "workspaceName": { "type": "string" }, "numInstances": { "type": "number" } } }