Flickr · JSON Structure

Flickr Machine Tag Namespace Structure

MachineTagNamespace schema from Flickr API

Type: object Properties: 3
PhotographyPhotosSocial MediaPublic APIs

MachineTagNamespace 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

usage predicates _content

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-structure.json",
  "name": "MachineTagNamespace",
  "description": "MachineTagNamespace schema from Flickr API",
  "type": "object",
  "properties": {
    "usage": {
      "type": "int32",
      "example": 18421
    },
    "predicates": {
      "type": "int32",
      "example": 14
    },
    "_content": {
      "type": "string",
      "example": "100"
    }
  }
}