{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-get-connectivity-info-response-structure.json", "name": "GetConnectivityInfoResponse", "description": "GetConnectivityInfoResponse schema", "type": "object", "properties": { "connectivityInfo": { "allOf": [ { "$ref": "#/components/schemas/connectivityInfoList" }, { "xml": { "name": "ConnectivityInfo" }, "description": "The connectivity information for the core device." } ] }, "message": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "Message" }, "description": "A message about the connectivity information request." } ] } } }