logpush_destination_exists_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-logpush-destination-exists-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/logpush_destination_exists_response",
  "title": "logpush_destination_exists_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/logpush_api-response-common"
    },
    {
      "properties": {
        "result": {
          "nullable": true,
          "properties": {
            "exists": {
              "example": false,
              "type": "boolean"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}