logpush_validate_ownership_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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