{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-list-outgoing-certificates-response-structure.json", "name": "ListOutgoingCertificatesResponse", "description": "The output from the ListOutgoingCertificates operation.", "type": "object", "properties": { "outgoingCertificates": { "allOf": [ { "$ref": "#/components/schemas/OutgoingCertificates" }, { "description": "The certificates that are being transferred but not yet accepted." } ] }, "nextMarker": { "allOf": [ { "$ref": "#/components/schemas/Marker" }, { "description": "The marker for the next set of results." } ] } } }