Skip to main content

TagPayload

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/TagPayload.json
colorstring
descriptionstring
namestringrequired
parentUuidstring

UUID of the parent tag; empty for root tags

slugstring

Stable machine identifier; auto-derived from name when omitted

TagPayload
{
"$schema": "https://example.com/schemas/TagPayload.json",
"color": "string",
"description": "string",
"name": "string",
"parentUuid": "string",
"slug": "string"
}