Flickr · JSON Structure

Flickr Push Topic List Structure

PushTopicList schema from Flickr API

Type: object Properties: 1
PhotographyPhotosSocial MediaPublic APIs

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

Properties

topic

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-push-topic-list-structure.json",
  "name": "PushTopicList",
  "description": "PushTopicList schema from Flickr API",
  "type": "object",
  "properties": {
    "topic": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "example": "Bay Area Photographers"
          }
        }
      }
    }
  }
}