Flickr · JSON Structure

Flickr Blog Structure

Blog schema from Flickr API

Type: object Properties: 4
PhotographyPhotosSocial MediaPublic APIs

Blog 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 name service url

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-blog-structure.json",
  "name": "Blog",
  "description": "Blog schema from Flickr API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "52345678901"
    },
    "name": {
      "type": "string",
      "example": "Bay Area Photographers"
    },
    "service": {
      "type": "string",
      "example": "blogger"
    },
    "url": {
      "type": "uri",
      "example": "https://www.flickr.com/galleries/12345678@N00/72157712345/"
    }
  }
}