Flickr · JSON Structure

Flickr Note Structure

Note schema from Flickr API

Type: object Properties: 7
PhotographyPhotosSocial MediaPublic APIs

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

Properties

id author x y w h _content

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-note-structure.json",
  "name": "Note",
  "description": "Note schema from Flickr API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "52345678901"
    },
    "author": {
      "type": "string",
      "example": "12345678@N00"
    },
    "x": {
      "type": "int32",
      "example": 320
    },
    "y": {
      "type": "int32",
      "example": 240
    },
    "w": {
      "type": "int32",
      "example": 100
    },
    "h": {
      "type": "int32",
      "example": 100
    },
    "_content": {
      "type": "string",
      "example": "100"
    }
  }
}