{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-auto-tune-structure.json", "name": "AutoTune", "description": "Specifies Auto-Tune type and Auto-Tune action details. ", "type": "object", "properties": { "AutoTuneType": { "allOf": [ { "$ref": "#/components/schemas/AutoTuneType" }, { "description": "Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION. " } ] }, "AutoTuneDetails": { "allOf": [ { "$ref": "#/components/schemas/AutoTuneDetails" }, { "description": "Specifies details of the Auto-Tune action. See the Developer Guide for more information. " } ] } } }