Tronald Dump · JSON Structure

Tronald Dump Tag List Response Structure

HAL response wrapper for the tag vocabulary listing.

Type: object Properties: 4
CommunityGames And ComicsOpen SourcePoliticsPublic APIsQuotesTrump

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

Properties

count total _embedded _links

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/tronald-dump/refs/heads/main/json-structure/tronald-dump-tag-list-response-structure.json",
  "name": "TagListResponse",
  "description": "HAL response wrapper for the tag vocabulary listing.",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "description": "Number of tags returned on this page.",
      "example": 3
    },
    "total": {
      "type": "int32",
      "description": "Total number of tags in the vocabulary.",
      "example": 3
    },
    "_embedded": {
      "type": "object",
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "type": "object",
            "description": "A tag in the controlled vocabulary applied to quotes.",
            "properties": {
              "value": {
                "type": "string",
                "description": "The tag value string.",
                "example": "Wall"
              },
              "_links": {
                "type": "object",
                "description": "HAL hypermedia links related to the tag.",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "_links": {
      "type": "object",
      "description": "HAL pagination links.",
      "additionalProperties": true
    }
  }
}