workers-kv_schemas-result

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-kv-schemas-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers-kv_schemas-result",
  "title": "workers-kv_schemas-result",
  "allOf": [
    {
      "$ref": "#/components/schemas/workers-kv_result"
    },
    {
      "properties": {
        "data": {
          "example": [
            {
              "metrics": [
                [
                  2,
                  4
                ],
                [
                  16,
                  32
                ]
              ]
            }
          ]
        },
        "max": {
          "example": {
            "readKiB": 32,
            "requests": 4
          }
        },
        "min": {
          "example": {
            "readKiB": 16,
            "requests": 2
          }
        },
        "query": {
          "$ref": "#/components/schemas/workers-kv_query"
        },
        "totals": {
          "example": {
            "readKiB": 48,
            "requests": 6
          }
        }
      }
    }
  ]
}