{ "$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" } } } } }