Flickr · JSON Structure

Flickr Topic Reply Structure

TopicReply schema from Flickr API

Type: object Properties: 4
PhotographyPhotosSocial MediaPublic APIs

TopicReply 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 author message datecreate

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-reply-structure.json",
  "name": "TopicReply",
  "description": "TopicReply schema from Flickr API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "52345678901"
    },
    "author": {
      "type": "string",
      "example": "12345678@N00"
    },
    "message": {
      "type": "object",
      "properties": {
        "_content": {
          "type": "string",
          "example": "100"
        }
      }
    },
    "datecreate": {
      "type": "string",
      "example": "1715000000"
    }
  }
}