User reputation information
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Reputation", "title": "Reputation", "type": "object", "description": "User reputation information", "properties": { "reputationLevel": { "type": "object", "properties": { "levelLabel": { "type": "string" }, "levelNumber": { "type": "integer" } } }, "reputationPoints": { "type": "number" } } }