Properties
| Property | Type |
|---|---|
id | string |
numericId | integer(int64) |
data * | object { } |
external | Array of ServiceMetadata |
lists | object { < * >: array } |
Example
{
"id": null,
"numericId": null,
"data": {
"example-key": {}
},
"external": null,
"lists": null
}