{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedEBook", "title": "microsoft.graph.managedEBook", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "managedEBook", "required": [ "@odata.type" ], "type": "object", "properties": { "createdDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time when the eBook file was created.", "format": "date-time" }, "description": { "type": "string", "description": "Description.", "nullable": true }, "displayName": { "type": "string", "description": "Name of the eBook." }, "informationUrl": { "type": "string", "description": "The more information Url.", "nullable": true }, "largeCover": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.mimeContent" }, { "type": "object", "nullable": true } ], "description": "Book cover." }, "lastModifiedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time when the eBook was last modified.", "format": "date-time" }, "privacyInformationUrl": { "type": "string", "description": "The privacy statement Url.", "nullable": true }, "publishedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time when the eBook was published.", "format": "date-time" }, "publisher": { "type": "string", "description": "Publisher.", "nullable": true }, "assignments": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.managedEBookAssignment" }, "description": "The list of assignments for this eBook.", "x-ms-navigationProperty": true }, "deviceStates": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.deviceInstallState" }, "description": "The list of installation states for this eBook.", "x-ms-navigationProperty": true }, "installSummary": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.eBookInstallSummary" }, { "type": "object", "nullable": true } ], "description": "Mobile App Install Summary.", "x-ms-navigationProperty": true }, "userStateSummary": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.userInstallStateSummary" }, "description": "The list of installation states for this eBook.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } }, "description": "An abstract class containing the base properties for Managed eBook.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.iosVppEBook": "#/components/schemas/microsoft.graph.iosVppEBook" } } } ] }