{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flickr/refs/heads/main/json-structure/flickr-institution-structure.json", "name": "Institution", "description": "Institution schema from Flickr API", "type": "object", "properties": { "nsid": { "type": "string", "example": "12345678@N00" }, "name": { "type": "string", "example": "Bay Area Photographers" }, "date_launch": { "type": "string", "example": "1232409600" } } }