Flickr · Schema

PandaList

PandaList schema from Flickr API

PhotographyPhotosSocial MediaPublic APIs

Properties

Name Type Description
panda array
View JSON Schema on GitHub

JSON Schema

flickr-panda-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flickr/refs/heads/main/json-schema/flickr-panda-list-schema.json",
  "title": "PandaList",
  "description": "PandaList schema from Flickr API",
  "type": "object",
  "properties": {
    "panda": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "_content": {
            "type": "string",
            "example": "100"
          }
        }
      }
    }
  }
}