{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AppRoleAssignment", "type": "object", "properties": { "id": { "type": "string" }, "appRoleId": { "type": "string" }, "createdDateTime": { "type": "string" }, "principalDisplayName": { "type": "string" }, "principalId": { "type": "string" }, "principalType": { "type": "string" }, "resourceDisplayName": { "type": "string" }, "resourceId": { "type": "string" } } }