{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DevicePolicyRuleConditionPlatform", "title": "DevicePolicyRuleConditionPlatform", "type": "object", "properties": { "supportedMDMFrameworks": { "type": "array", "items": { "type": "string", "enum": [ "AFW", "SAFE", "NATIVE" ] } }, "types": { "type": "array", "items": { "type": "string", "enum": [ "IOS", "ANDROID", "OSX", "WINDOWS" ] } } }, "x-okta-tags": [ "Policy" ] }