resource-relations

resource-relations
resource-relations

Represents a Collection of Resources

JSON Example
{
    "extension": {
        "anyObjects": [
            {}
        ]
    },
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "relatedResources": [
        "string"
    ],
    "resource": {
        "badges": [
            {
                "color": "string",
                "score": "number",
                "type": "string"
            }
        ],
        "creationTime": 0,
        "credentialInstanceId": "string",
        "description": "string",
        "dtEnabled": false,
        "extension": {
            "anyObjects": [
                {}
            ]
        },
        "geoLocation": {
            "latitude": "number",
            "longitude": "number"
        },
        "identifier": "string",
        "links": [
            {
                "description": "string",
                "href": "string",
                "name": "string",
                "rel": "string"
            }
        ],
        "monitoringInterval": 0,
        "monitoringIntervalMinutes": 0,
        "monitoringIntervalSeconds": 0,
        "relatedResources": [
            "string"
        ],
        "resourceHealth": "string",
        "resourceHealthValue": "number",
        "resourceKey": {
            "adapterKindKey": "string",
            "extension": {
                "anyObjects": [
                    {}
                ]
            },
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "name": "string",
            "resourceIdentifiers": [
                {
                    "identifierType": {
                        "dataType": "string",
                        "extension": {
                            "anyObjects": [
                                {}
                            ]
                        },
                        "isPartOfUniqueness": false,
                        "links": [
                            {
                                "description": "string",
                                "href": "string",
                                "name": "string",
                                "rel": "string"
                            }
                        ],
                        "name": "string"
                    },
                    "key": "string",
                    "links": [
                        {
                            "description": "string",
                            "href": "string",
                            "name": "string",
                            "rel": "string"
                        }
                    ],
                    "name": "string",
                    "uniquelyIdentifying": false,
                    "value": "string"
                }
            ],
            "resourceKindKey": "string"
        },
        "resourceStatusStates": [
            {
                "adapterInstanceId": "string",
                "resourceState": "string",
                "resourceStatus": "string",
                "statusMessage": "string"
            }
        ]
    }
}
extension
Optional

extension

array of link
links
Optional

links

array of string
relatedResources
Required

Identifiers of query Resources to which the above Resource is related.

resource
Required

Represents the external representation of a Resource.