{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ApplicationUpdate", "type": "object", "description": "Properties that can be updated on an existing application.", "properties": { "displayName": { "type": "string" }, "description": { "type": "string" }, "signInAudience": { "type": "string" }, "identifierUris": { "type": "array" }, "appRoles": { "type": "array" }, "requiredResourceAccess": { "type": "array" }, "tags": { "type": "array" } } }