{
"$schema": "https://open-resource-discovery.org/spec-v1/interfaces/Document.schema.json",
"openResourceDiscovery": "1.14",
"integrationDependencies": [
{
"ordId": "sap.s4:integrationDependency:subscriptionReplication:v2",
"version": "2.2.3",
"title": "Subscription Billing Replication",
"description": "Replication of Subscription Billing data into S/4",
"correlationIds": ["sap.s4:communicationScenario:SAP_COM_123"],
"releaseStatus": "active",
"visibility": "public",
"partOfPackage": "sap.xref:package:SomePackage:v1",
"mandatory": false,
"lastUpdate": "2023-08-03T10:14:26.941Z",
"aspects": [
{
"title": "SAPSubscriptionBillingBusinessEvents Title",
"mandatory": true,
"eventResources": [
{
"ordId": "sap.billing.sb:eventResource:SAPSubscriptionBillingBusinessEvents:v2",
"systemTypeRestriction": ["sap.billing"],
"subset": [
{
"eventType": "sap.billing.sb.Subscription.Created.v2",
},
{
"eventType": "sap.billing.sb.Subscription.Updated.v2",
},
{
"eventType": "sap.billing.sb.Subscription.Deleted.v2",
},
],
},
],
},
{
"title": "Billing Forecast Events",
"description": "The second aspect is interpreted as AND condition and used in case events from multiple event resources / catalog need to be subscribed",
"mandatory": true,
"eventResources": [
{
"ordId": "sap.billing.sb:eventResource:SAPSubscriptionBillingBusinessEvents_BillingForecastEvents:v1",
"systemTypeRestriction": ["sap.billing"],
"subset": [
{
"eventType": "sap.billing.sb.billingForecast.created.v1",
},
],
},
],
},
],
},
{
"ordId": "sap.s4:integrationDependency:CustomerOrder:v1",
"version": "1.2.3",
"title": "Integration Dependency to realize Customer Order data product",
"description": "Something",
"mandatory": true,
"correlationIds": ["sap.s4:communicationScenario:SAP_COM_1234"],
"releaseStatus": "active",
"visibility": "public",
"partOfPackage": "sap.xref:package:SomePackage:v1",
"lastUpdate": "2023-08-03T10:14:26.941Z",
"aspects": [
{
"title": "RawCustomerOrder",
"description": "Exchange Customer Order Data",
"mandatory": true,
"supportMultipleProviders": true,
"eventResources": [
{
"ordId": "sap.cic:eventResource:RawCustomerOrder:v1",
"systemTypeRestriction": ["sap.cic"],
"subset": [
{
"eventType": "sap.cic.Order.OrderTransferred.v1",
},
],
},
{
"ordId": "sap.cic:eventResource:RawCustomerOrder:v2",
"subset": [
{
"eventType": "sap.cic.Order.OrderTransferred.v2",
},
],
},
],
"apiResources": [
{
"ordId": "sap.cic:apiResource:RawCustomerOrderSQL:v1",
"minVersion": "1.3.0",
},
],
},
{
"title": "RetailTransaction",
"description": "Test",
"mandatory": false,
"supportMultipleProviders": false,
"apiResources": [
{
"ordId": "sap.cic:apiResource:RetailTransactionOData:v1",
"minVersion": "1.3.0",
"subset": [
{
"operationId": "getRetailTransactions"
},
{
"operationId": "getRetailTransactionById"
}
]
},
{
"ordId": "sap.cic:apiResource:RetailTransactionSQL:v2",
},
],
},
],
},
],
}