{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.allowedValue",
"title": "microsoft.graph.allowedValue",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "allowedValue",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"isActive": {
"type": "boolean",
"description": "Indicates whether the predefined value is active or deactivated. If set to false, this predefined value can't be assigned to any other supported directory objects.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.allowedValue"
}