{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/IdentityManagedOrg",
"title": "IdentityManagedOrg",
"type": "object",
"properties": {
"orgId": {
"type": "string",
"example": "Y2LZY29ZCGFYAZOVL3VZL1BFT1BMRS9MNWIZNJE4NY1JOGRKLTQ3MJCTOGIYZI1MOWM0NDDMMJKWNDY",
"description": "The org ID of the managed org."
},
"role": {
"type": "string",
"example": "YXRSYXMTCG9YDGFSLNBHCNRUZXIUC2FSZXNMDWXSYWRTAW4=",
"description": "role ID of the user to this org."
}
}
}