{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-list-certificates-response-structure.json", "name": "ListCertificatesResponse", "description": "The output of the ListCertificates operation.", "type": "object", "properties": { "certificates": { "allOf": [ { "$ref": "#/components/schemas/Certificates" }, { "description": "The descriptions of the certificates." } ] }, "nextMarker": { "allOf": [ { "$ref": "#/components/schemas/Marker" }, { "description": "The marker for the next set of results, or null if there are no additional results." } ] } } }