{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-recurring-charge-structure.json", "name": "RecurringCharge", "description": "Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.", "type": "object", "properties": { "RecurringChargeAmount": { "allOf": [ { "$ref": "#/components/schemas/Double" }, { "description": "The monetary amount of the recurring charge." } ] }, "RecurringChargeFrequency": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The frequency of the recurring charge." } ] } } }