Flickr · Schema

MachineTagNamespace

MachineTagNamespace schema from Flickr API

PhotographyPhotosSocial MediaPublic APIs

Properties

Name Type Description
usage integer
predicates integer
_content string
View JSON Schema on GitHub

JSON Schema

flickr-machine-tag-namespace-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-machine-tag-namespace-schema.json",
  "title": "MachineTagNamespace",
  "description": "MachineTagNamespace schema from Flickr API",
  "type": "object",
  "properties": {
    "usage": {
      "type": "integer",
      "example": 18421
    },
    "predicates": {
      "type": "integer",
      "example": 14
    },
    "_content": {
      "type": "string",
      "example": "100"
    }
  }
}