{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-create-scheduled-audit-response-schema.json", "title": "CreateScheduledAuditResponse", "description": "CreateScheduledAuditResponse schema", "type": "object", "properties": { "scheduledAuditArn": { "allOf": [ { "$ref": "#/components/schemas/ScheduledAuditArn" }, { "description": "The ARN of the scheduled audit." } ] } } }