Flickr · JSON Structure

Flickr Institution Structure

Institution schema from Flickr API

Type: object Properties: 3
PhotographyPhotosSocial MediaPublic APIs

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

Properties

nsid name date_launch

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