aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/resources/json/mso/requestDetails
blob: c0ef53044eb33eb93b03eb0babeaa79e67061e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "description": "aggregates the context, configuraiton and detailed parameters associated with the request into a single structure",
    "properties": {
        "cloudConfiguration": {},
        "modelInfo": {},
        "relatedModelList": {},
        "requestInfo": {},
        "requestParameters": {},
        "subscriberInfo": {}
    },
    "type": "object"
}