Flickr · JSON Structure

Flickr Exif Structure

Exif schema from Flickr API

Type: object Properties: 5
PhotographyPhotosSocial MediaPublic APIs

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

Properties

tagspace tagspaceid tag label raw

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-exif-structure.json",
  "name": "Exif",
  "description": "Exif schema from Flickr API",
  "type": "object",
  "properties": {
    "tagspace": {
      "type": "string",
      "example": "EXIF"
    },
    "tagspaceid": {
      "type": "int32",
      "example": 0
    },
    "tag": {
      "type": "string",
      "example": "ISO"
    },
    "label": {
      "type": "string",
      "example": "Original"
    },
    "raw": {
      "type": "object",
      "properties": {
        "_content": {
          "type": "string",
          "example": "100"
        }
      }
    }
  }
}