Stack Exchange · Schema

PrivilegeItem

PrivilegeItem schema from Stack Exchange API

Q And ADeveloper CommunityKnowledge GraphStack OverflowStack ExchangeReputationTagsCommunityMCPAI Grounding

Properties

Name Type Description
short_description string
description string
reputation integer
View JSON Schema on GitHub

JSON Schema

stackexchange-api-v2-3-privilege-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PrivilegeItem",
  "description": "PrivilegeItem schema from Stack Exchange API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stackexchange/refs/heads/main/json-schema/stackexchange-api-v2-3-privilege-item-schema.json",
  "type": "object",
  "properties": {
    "short_description": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "reputation": {
      "type": "integer"
    }
  }
}