{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.accessPackageAnswerString",
"title": "microsoft.graph.accessPackageAnswerString",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.accessPackageAnswer"
},
{
"title": "accessPackageAnswerString",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The value stored on the requestor's user profile, if this answer is configured to be stored as a specific attribute.",
"nullable": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.accessPackageAnswerString"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.accessPackageAnswerString"
}