{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authorizationInfo", "title": "authorizationInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "certificateUserIds": { "type": "array", "items": { "type": "string", "nullable": true } }, "@odata.type": { "type": "string" } } }