addressing_full_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-full-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_full_response",
  "title": "addressing_full_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/addressing_api-response-single"
    },
    {
      "properties": {
        "result": {
          "allOf": [
            {
              "$ref": "#/components/schemas/addressing_address-maps"
            },
            {
              "properties": {
                "ips": {
                  "$ref": "#/components/schemas/addressing_schemas-ips"
                },
                "memberships": {
                  "$ref": "#/components/schemas/addressing_memberships"
                }
              },
              "type": "object"
            }
          ]
        }
      },
      "type": "object"
    }
  ]
}