Flickr · JSON Structure

Flickr Upload Response Structure

XML upload response containing `` or ``.

Type: object Properties: 3
PhotographyPhotosSocial MediaPublic APIs

UploadResponse is a JSON Structure definition published by Flickr, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

stat photoid ticketid

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flickr/refs/heads/main/json-structure/flickr-upload-response-structure.json",
  "name": "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"
    }
  }
}