{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.mobileAppRelationship", "title": "microsoft.graph.mobileAppRelationship", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "mobileAppRelationship", "required": [ "@odata.type" ], "type": "object", "properties": { "sourceDisplayName": { "type": "string", "description": "The display name of the app that is the source of the mobile app relationship entity. For example: Orca. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.", "nullable": true, "readOnly": true }, "sourceDisplayVersion": { "type": "string", "description": "The display version of the app that is the source of the mobile app relationship entity. For example 1.0.12 or 1.2203.156 or 3. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.", "nullable": true, "readOnly": true }, "sourceId": { "type": "string", "description": "The unique app identifier of the source of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. If null during relationship creation, then it will be populated with parent Id. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.", "nullable": true, "readOnly": true }, "sourcePublisherDisplayName": { "type": "string", "description": "The publisher display name of the app that is the source of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.", "nullable": true, "readOnly": true }, "targetDisplayName": { "type": "string", "description": "The display name of the app that is the target of the mobile app relationship entity. For example: Firefox Setup 52.0.2 32bit.intunewin. Maximum length is 500 characters. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.", "nullable": true, "readOnly": true }, "targetDisplayVersion": { "type": "string", "description": "The display version of the app that is the target of the mobile app relationship entity. For example 1.0 or 1.2203.156. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.", "nullable": true, "readOnly": true }, "targetId": { "type": "string", "description": "The unique app identifier of the target of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy.", "nullable": true }, "targetPublisherDisplayName": { "type": "string", "description": "The publisher display name of the app that is the target of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.", "nullable": true, "readOnly": true }, "@odata.type": { "type": "string" } }, "description": "The MobileAppRelationship describes the relationship between two mobile applications by providing information that tells if an application is dependent on or superseded by another application." } ], "x-ms-discriminator-value": "#microsoft.graph.mobileAppRelationship" }