curl --location --request GET 'http://dev-cn.your-api-server.com/wow/metadata'
{
"contexts": {
"property1": {
"aggregates": {
"property1": {
"commands": [
"string"
],
"events": [
"string"
],
"id": "string",
"scopes": [
"string"
],
"tenantId": "string",
"type": "string"
},
"property2": {
"commands": [
"string"
],
"events": [
"string"
],
"id": "string",
"scopes": [
"string"
],
"tenantId": "string",
"type": "string"
}
},
"alias": "string",
"description": "string",
"scopes": [
"string"
]
},
"property2": {
"aggregates": {
"property1": {
"commands": [
"string"
],
"events": [
"string"
],
"id": "string",
"scopes": [
"string"
],
"tenantId": "string",
"type": "string"
},
"property2": {
"commands": [
"string"
],
"events": [
"string"
],
"id": "string",
"scopes": [
"string"
],
"tenantId": "string",
"type": "string"
}
},
"alias": "string",
"description": "string",
"scopes": [
"string"
]
}
}
}