Tronald Dump · JSON Structure

Tronald Dump Tag Structure

A tag in the controlled vocabulary applied to quotes.

Type: object Properties: 2
CommunityGames And ComicsOpen SourcePoliticsPublic APIsQuotesTrump

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

Properties

value _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-structure.json",
  "name": "Tag",
  "description": "A tag in the controlled vocabulary applied to quotes.",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "The tag value string.",
      "example": "Wall"
    },
    "_links": {
      "type": "object",
      "description": "HAL hypermedia links related to the tag.",
      "additionalProperties": true
    }
  }
}