{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/legacy-jhs_dimensions", "title": "legacy-jhs_dimensions", "description": "Can be used to break down the data by given attributes. Options are: \n\nDimension | Name | Example\n--------------------------|---------------------------------|--------------------------\nevent | Connection Event | connect, progress, disconnect, originError, clientFiltered\nappID | Application ID | 40d67c87c6cd4b889a4fd57805225e85\ncoloName | Colo Name | SFO\nipVersion | IP version used by the client | 4, 6.", "example": [ "event", "appID" ], "items": { "enum": [ "event", "appID", "coloName", "ipVersion" ], "type": "string" }, "type": "array" }