r2_v4_response_list

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-r2-v4-response-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/r2_v4_response_list",
  "title": "r2_v4_response_list",
  "allOf": [
    {
      "$ref": "#/components/schemas/r2_v4_response"
    },
    {
      "properties": {
        "result_info": {
          "$ref": "#/components/schemas/r2_result_info"
        }
      },
      "type": "object"
    }
  ]
}