Flickr · JSON Structure

Flickr Ticket Structure

Ticket schema from Flickr API

Type: object Properties: 4
PhotographyPhotosSocial MediaPublic APIs

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

Properties

id complete photoid invalid

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-ticket-structure.json",
  "name": "Ticket",
  "description": "Ticket schema from Flickr API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "52345678901"
    },
    "complete": {
      "type": "int32",
      "example": 1
    },
    "photoid": {
      "type": "string",
      "example": "52345678901"
    },
    "invalid": {
      "type": "int32",
      "example": 0
    }
  }
}