{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.iosManagedAppRegistration", "title": "microsoft.graph.iosManagedAppRegistration", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.managedAppRegistration" }, { "title": "iosManagedAppRegistration", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string", "default": "#microsoft.graph.iosManagedAppRegistration" } }, "description": "Represents the synchronization details of an ios app, with management capabilities, for a specific user." } ], "x-ms-discriminator-value": "#microsoft.graph.iosManagedAppRegistration" }