{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-schema/iot-greengrass-update-connectivity-info-request-schema.json", "title": "UpdateConnectivityInfoRequest", "description": "UpdateConnectivityInfoRequest schema", "type": "object", "properties": { "connectivityInfo": { "allOf": [ { "$ref": "#/components/schemas/connectivityInfoList" }, { "xml": { "name": "ConnectivityInfo" }, "description": "The connectivity information for the core device." } ] } }, "required": [ "connectivityInfo" ] }