Amazon OpenSearch Service API · JSON Structure

Openapi Domain Info Structure

DomainInfo schema from Amazon OpenSearch Service API

Type: object Properties: 2
AnalyticsElasticsearchSearch

DomainInfo 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

DomainName EngineType

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-domain-info-structure.json",
  "name": "DomainInfo",
  "description": "DomainInfo schema from Amazon OpenSearch Service API",
  "type": "object",
  "properties": {
    "DomainName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": " Specifies the <code>DomainName</code>."
        }
      ]
    },
    "EngineType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EngineType"
        },
        {
          "description": " Specifies the <code>EngineType</code> of the domain."
        }
      ]
    }
  }
}