{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedEBookAssignment", "title": "microsoft.graph.managedEBookAssignment", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "managedEBookAssignment", "required": [ "@odata.type" ], "type": "object", "properties": { "installIntent": { "$ref": "#/components/schemas/microsoft.graph.installIntent" }, "target": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" }, { "type": "object", "nullable": true } ], "description": "The assignment target for eBook." }, "@odata.type": { "type": "string" } }, "description": "Contains properties used to assign a eBook to a group.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.iosVppEBookAssignment": "#/components/schemas/microsoft.graph.iosVppEBookAssignment" } } } ] }