hyperdrive_api-response-collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-hyperdrive-api-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/hyperdrive_api-response-collection",
  "title": "hyperdrive_api-response-collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/hyperdrive_api-response-common"
    },
    {
      "properties": {
        "result": {
          "items": {},
          "nullable": true,
          "type": "array"
        },
        "result_info": {
          "$ref": "#/components/schemas/hyperdrive_result_info"
        }
      }
    }
  ],
  "type": "object"
}