{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UserInfo", "type": "object", "properties": { "username": { "type": "string" }, "created_at": { "type": "string" }, "public_id": { "type": "string" }, "reputation": { "type": "integer" }, "hourly_quota": { "type": "integer" }, "backlog": { "type": "integer" }, "stats": { "type": "object" } } }