{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetManagerProfileObject", "title": "GetManagerProfileObject", "type": "object", "required": [ "id", "name" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0NBTExJTkdfUFJPRklMRS9iMzdmMmZiYS0yZTdjLTExZWItYTM2OC1kYmU0Yjc2NzFmZTk", "description": "A unique identifier for the calling UC Manager Profile." }, "name": { "type": "string", "example": "UC Profile2", "description": "Unique name for the calling UC Manager Profile." } } }