Flickr · JSON Structure

Flickr Machine Tag Namespace List Structure

MachineTagNamespaceList schema from Flickr API

Type: object Properties: 4
PhotographyPhotosSocial MediaPublic APIs

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

Properties

page pages total namespace

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-machine-tag-namespace-list-structure.json",
  "name": "MachineTagNamespaceList",
  "description": "MachineTagNamespaceList schema from Flickr API",
  "type": "object",
  "properties": {
    "page": {
      "type": "int32",
      "example": 1
    },
    "pages": {
      "type": "int32",
      "example": 12
    },
    "total": {
      "type": "int32",
      "example": 1183
    },
    "namespace": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "usage": {
            "type": "int32",
            "example": 18421
          },
          "predicates": {
            "type": "int32",
            "example": 14
          },
          "_content": {
            "type": "string",
            "example": "100"
          }
        }
      }
    }
  }
}