resources-stat-contents

resources-stat-contents
resources-stat-contents

Represents a Collection of Resources and Stats associated with each Resource.

JSON Example
{
    "resource-stat-content": [
        {
            "id": "string",
            "resourceKey": {
                "name": "string",
                "adapterKindKey": "string",
                "resourceKindKey": "string",
                "resourceIdentifiers": [
                    {
                        "identifierType": {
                            "name": "string",
                            "dataType": "string",
                            "isPartOfUniqueness": false,
                            "extension": {
                                "anyObjects": [
                                    {}
                                ]
                            },
                            "links": [
                                {
                                    "href": "string",
                                    "rel": "string",
                                    "name": "string",
                                    "description": "string"
                                }
                            ]
                        },
                        "value": "string",
                        "links": [
                            {
                                "href": "string",
                                "rel": "string",
                                "name": "string",
                                "description": "string"
                            }
                        ]
                    }
                ],
                "links": [
                    {
                        "href": "string",
                        "rel": "string",
                        "name": "string",
                        "description": "string"
                    }
                ],
                "extension": {
                    "anyObjects": [
                        {}
                    ]
                }
            },
            "stat-contents": [
                {
                    "statKey": "string",
                    "timestamps": [
                        0
                    ],
                    "data": [
                        "number"
                    ],
                    "values": [
                        "string"
                    ]
                }
            ]
        }
    ]
}
resource-stat-content
Optional

Collection of Resources and the associated Stats