{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logpush_get_ownership_response", "title": "logpush_get_ownership_response", "allOf": [ { "$ref": "#/components/schemas/logpush_api-response-common" }, { "properties": { "result": { "nullable": true, "properties": { "filename": { "example": "logs/challenge-filename.txt", "type": "string" }, "message": { "example": "", "type": "string" }, "valid": { "example": true, "type": "boolean" } }, "type": "object" } } } ] }