access_api-response-collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-api-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_api-response-collection",
  "title": "access_api-response-collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_api-response-common"
    },
    {
      "properties": {
        "result_info": {
          "$ref": "#/components/schemas/access_result_info"
        }
      }
    }
  ],
  "type": "object"
}