{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_disk_encryption_input_request", "title": "Disk Encryption", "properties": { "checkDisks": { "$ref": "#/components/schemas/teams-devices_checkDisks" }, "requireAll": { "$ref": "#/components/schemas/teams-devices_requireAll" } }, "type": "object" }