{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Principal", "title": "Principal", "type": "object", "properties": { "uid": { "type": "string", "description": "User unique identifier" }, "name": { "type": "string", "description": "Display name" } } }