api-shield_patch_discoveries_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-patch-discoveries-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_patch_discoveries_response",
  "title": "api-shield_patch_discoveries_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/api-shield_api-response-common"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/api-shield_api_discovery_patch_multiple_request"
        }
      },
      "required": [
        "result"
      ],
      "type": "object"
    }
  ]
}