{ "$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" } } } ] }