# Schema for the user-info JSON object. # The PDP authorization server stores user-info records for all authenticated # user. # The PEP can request user-info records for a user by sending a request. # $schema: "http://json-schema.org/draft-07/schema#" title: User Info description: Schema for the user-info JSON object. type: object properties: identifier: type: string description: "Telematik-ID, KVNR or other unique identifier" professionOID: type: string description: "Profession identifier (OID)" mail: type: string description: The mail address of the owner required: - identifier - professionOID