{
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"link"
],
"description": "Type of the message handler"
},
"value": {
"type": "object",
"properties": {
"domains": {
"type": "array",
"description": "A list of domains that the link message handler can register for, and when they are matched the app will be invoked",
"items": {
"type": "string",
"maxLength": 2048
}
},
"supportsAnonymousAccess": {
"type": "boolean",
"description": "A boolean value that indicates whether the app\u0027s link message handler supports anonymous invoke flow. [Deprecated]. This property has been superceded by \u0027supportsAnonymizedPayloads\u0027.",
"default": false
},
"supportsAnonymizedPayloads": {
"type": "boolean",
"description": "A boolean value that indicates whether the app\u0027s link message handler supports anonymous invoke flow.",
"default": false
}
}
}
},
"required": [
"type",
"value"
],
"additionalProperties": false
}
{
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"link"
],
"description": "Type of the message handler"
},
"value": {
"type": "object",
"properties": {
"domains": {
"type": "array",
"description": "A list of domains that the link message handler can register for, and when they are matched the app will be invoked",
"items": {
"type": "string",
"maxLength": 2048
}
},
"supportsAnonymizedPayloads": {
"type": "boolean",
"description": "A boolean that indicates whether the app\u0027s link message handler supports anonymous invoke flow.",
"default": false
}
}
}
},
"required": [
"type",
"value"
],
"additionalProperties": false
}