spectrum-analytics_column

APIs.ioEngineeringPlatform

Properties

Name Type Description
dimensions array
metrics object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-analytics-column-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/spectrum-analytics_column",
  "title": "spectrum-analytics_column",
  "properties": {
    "dimensions": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "metrics": {
      "oneOf": [
        {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        {
          "items": {
            "items": {
              "type": "number"
            },
            "type": "array"
          },
          "type": "array"
        }
      ]
    }
  },
  "type": "object"
}