d1_query-result-response

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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