{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ServicePrincipalUpdate", "type": "object", "properties": { "accountEnabled": { "type": "boolean" }, "appRoleAssignmentRequired": { "type": "boolean" }, "displayName": { "type": "string" }, "homepage": { "type": "string" }, "loginUrl": { "type": "string" }, "logoutUrl": { "type": "string" }, "notificationEmailAddresses": { "type": "array" }, "replyUrls": { "type": "array" }, "tags": { "type": "array" } } }