{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserSummary", "title": "UserSummary", "type": "object", "properties": { "name": { "type": "string" }, "uri": { "type": "string", "format": "uri" }, "realm": { "type": "string" }, "status": { "type": "string" } } }