d1_raw-result-response

APIs.ioEngineeringPlatform

Properties

Name Type Description
meta object
results object
success boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-d1-raw-result-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/d1_raw-result-response",
  "title": "d1_raw-result-response",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/d1_query-meta"
    },
    "results": {
      "properties": {
        "columns": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "rows": {
          "items": {
            "items": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "string"
                },
                {
                  "type": "object"
                }
              ]
            },
            "type": "array"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "success": {
      "type": "boolean"
    }
  },
  "type": "object"
}