...
JSON Path The path to the property | Type* Type of information | JSON Type The type of the value | Description The description of the value | Presence When this property is exposed | Comment |
---|---|---|---|---|---|
$ | STRUCT | Object | The response for end point invocation (root) | Always |
|
$.response | STRUCT | Object | Data specific to the call for service response | Always |
|
$.version | TECH | String | Version of the API end point | Always | |
$.apiversion | TECH | String | Version of the API | Always | |
$.response.total | AGPG | Number | The total number of resource corresponding to the request | Always | |
$.response.count | AGPG | Number | The number of resource names in this response | Always | |
$.response.data | STRUCT | Array of strings | List of resource names | Always |
*The property type classifies properties into 6 types:
...