Stack Exchange · JSON Structure

Stackexchange Api V2 3 Tag Synonym Structure

TagSynonym schema from Stack Exchange API

Type: object Properties: 5
Q And ADeveloper CommunityKnowledge GraphStack OverflowStack ExchangeReputationTagsCommunityMCPAI Grounding

TagSynonym is a JSON Structure definition published by Stack Exchange, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

from_tag to_tag applied_count last_applied_date creation_date

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "TagSynonym",
  "description": "TagSynonym schema from Stack Exchange API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stackexchange/refs/heads/main/json-structure/stackexchange-api-v2-3-tag-synonym-structure.json",
  "type": "object",
  "properties": {
    "from_tag": {
      "type": "string",
      "example": "oas3"
    },
    "to_tag": {
      "type": "string",
      "example": "openapi"
    },
    "applied_count": {
      "type": "int32",
      "example": 145
    },
    "last_applied_date": {
      "type": "int64"
    },
    "creation_date": {
      "type": "int64"
    }
  }
}