Stack Exchange · JSON Structure

Stackexchange Api V2 3 Privilege Item Structure

PrivilegeItem schema from Stack Exchange API

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

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

Properties

short_description description reputation

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "PrivilegeItem",
  "description": "PrivilegeItem schema from Stack Exchange API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stackexchange/refs/heads/main/json-structure/stackexchange-api-v2-3-privilege-item-structure.json",
  "type": "object",
  "properties": {
    "short_description": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "reputation": {
      "type": "int32"
    }
  }
}