{ "$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-create-scheduled-audit-response-structure.json", "name": "CreateScheduledAuditResponse", "description": "CreateScheduledAuditResponse schema", "type": "object", "properties": { "scheduledAuditArn": { "allOf": [ { "$ref": "#/components/schemas/ScheduledAuditArn" }, { "description": "The ARN of the scheduled audit." } ] } } }