{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/teams-devices_dex_target_policy",
"title": "teams-devices_dex_target_policy",
"properties": {
"default": {
"description": "Whether the profile is the account default",
"type": "boolean"
},
"id": {
"description": "The id of the device settings profile",
"type": "string"
},
"name": {
"description": "The name of the device settings profile",
"type": "string"
}
},
"type": "object"
}