{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-stop-configuration-recorder-request-schema.json", "title": "StopConfigurationRecorderRequest", "description": "The input for the StopConfigurationRecorder action.", "type": "object", "properties": { "ConfigurationRecorderName": { "allOf": [ { "$ref": "#/components/schemas/RecorderName" }, { "description": "The name of the recorder object that records each configuration change made to the resources." } ] } }, "required": [ "ConfigurationRecorderName" ] }