{
"services": [
{
"id": "string",
"name": "string",
"shortDesc": {
"en": "string",
"ar": "string"
},
"longDesc": {
"en": "string",
"ar": "string"
},
"version": "string",
"provider": {
"code": "string",
"en": "string",
"ar": "string"
},
"type": {
"en": "string",
"ar": "string"
},
"sectors": [
{
"en": "string",
"ar": "string"
}
],
"composedOf": [
{
"id": "string",
"autoStart": true,
"sequence": 0
}
],
"compatibilities": [
{
"lifecycle": "Normal",
"segments": [
{
"segmentCompatibleWith": [
{
"context": "tradelicense.activity",
"value": [
{
"code": "string",
"en": "string",
"ar": "string"
}
]
}
],
"segmentIncompatibleWith": [
{
"context": "tradelicense.activity",
"value": [
{
"code": "string",
"en": "string",
"ar": "string"
}
]
}
]
}
]
}
],
"eligibilities": [
{
"lifecycle": "Normal",
"serviceRequiredFor": [
"string"
],
"serviceIncompatibleWith": [
"string"
]
}
],
"execRules": [
{
"lifecycle": "Normal",
"rules": [
{
"name": "string",
"value": "ConsentRequired",
"seqNo": 0
}
]
}
],
"policy": {
"inventory": [
{
"policyItem": "string",
"policyValue": "string"
}
],
"application": [
{
"policyItem": "string",
"policyValue": "string"
}
],
"applicationTrigger": [
{
"policyItem": "string",
"policyValue": "string"
}
],
"businessEvents": [
"string"
]
},
"situations": [
{
"code": "string",
"name": {
"en": "string",
"ar": "string"
},
"shortDesc": {
"en": "string",
"ar": "string"
}
}
]
}
],
"applications": [
{
"application-id": "string",
"service-id": "string",
"apply-on": "string",
"last-updated-on": "string",
"status": "Pending Consent",
"actions": "MyConsent"
}
],
"inventory": [
{
"id": "string",
"application-id": "string",
"service-id": "string",
"status": "Active",
"actions": [
"ViewServiceOutput"
],
"expired-on": "string",
"apply-on": "string",
"decide-on": "string",
"provisioned-on": "string",
"service-output": "string"
}
]
}