{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase", "title": "microsoft.graph.appleDeviceFeaturesConfigurationBase", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" }, { "title": "appleDeviceFeaturesConfigurationBase", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string", "default": "#microsoft.graph.appleDeviceFeaturesConfigurationBase" } }, "description": "Apple device features configuration profile.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.iosDeviceFeaturesConfiguration": "#/components/schemas/microsoft.graph.iosDeviceFeaturesConfiguration", "#microsoft.graph.macOSDeviceFeaturesConfiguration": "#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration" } } } ] }