{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "User", "type": "object", "properties": { "uid": { "type": "string" }, "displayName": { "type": "string" }, "email": { "type": "string" }, "groups": { "type": "array" } } }