{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_devices_policy_certificates", "title": "teams-devices_devices_policy_certificates", "properties": { "enabled": { "description": "The current status of the device policy certificate provisioning feature for WARP clients.", "example": true, "type": "boolean" } }, "required": [ "enabled" ], "type": "object" }