Amazon OpenSearch Service API · JSON Structure

Openapi Compatible Versions Map Structure

A map from an ElasticsearchVersion to a list of compatible ElasticsearchVersion s to which the domain can be upgraded.

Type: object Properties: 2
AnalyticsElasticsearchSearch

CompatibleVersionsMap is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SourceVersion TargetVersions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-compatible-versions-map-structure.json",
  "name": "CompatibleVersionsMap",
  "description": " A map from an <code> <a>ElasticsearchVersion</a> </code> to a list of compatible <code> <a>ElasticsearchVersion</a> </code> s to which the domain can be upgraded. ",
  "type": "object",
  "properties": {
    "SourceVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ElasticsearchVersionString"
        },
        {
          "description": "The current version of Elasticsearch on which a domain is."
        }
      ]
    },
    "TargetVersions": {
      "$ref": "#/components/schemas/ElasticsearchVersionList"
    }
  }
}