{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DevicePolicyRuleCondition", "title": "DevicePolicyRuleCondition", "type": "object", "properties": { "migrated": { "type": "boolean" }, "platform": { "$ref": "#/components/schemas/DevicePolicyRuleConditionPlatform" }, "rooted": { "type": "boolean" }, "trustLevel": { "type": "string", "enum": [ "ANY", "TRUSTED" ] } }, "x-okta-tags": [ "Policy" ] }