Flickr · JSON Structure

Flickr Topic Structure

Topic schema from Flickr API

Type: object Properties: 6
PhotographyPhotosSocial MediaPublic APIs

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

Properties

id subject author author_name datecreate count_replies

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-topic-structure.json",
  "name": "Topic",
  "description": "Topic schema from Flickr API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "52345678901"
    },
    "subject": {
      "type": "string",
      "example": "Tips for sunset photography"
    },
    "author": {
      "type": "string",
      "example": "12345678@N00"
    },
    "author_name": {
      "type": "string",
      "example": "shutterbug"
    },
    "datecreate": {
      "type": "string",
      "example": "1715000000"
    },
    "count_replies": {
      "type": "int32",
      "example": 7
    }
  }
}