XML upload response containing `` or ``.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flickr/refs/heads/main/json-schema/flickr-upload-response-schema.json", "title": "UploadResponse", "description": "XML upload response containing `<photoid>` or `<ticketid>`.", "type": "object", "properties": { "stat": { "type": "string", "example": "ok" }, "photoid": { "type": "string", "example": "52345678901" }, "ticketid": { "type": "string", "example": "1234567" } } }