{ "$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" } } }