Amazon OpenSearch Service API · JSON Structure

Openapi Domain Information Structure

DomainInformation schema from Amazon OpenSearch Service API

Type: object Properties: 3 Required: 1
AnalyticsElasticsearchSearch

DomainInformation is a JSON Structure definition published by Amazon OpenSearch Service API, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OwnerId DomainName Region

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-information-structure.json",
  "name": "DomainInformation",
  "description": "DomainInformation schema from Amazon OpenSearch Service API",
  "type": "object",
  "properties": {
    "OwnerId": {
      "$ref": "#/components/schemas/OwnerId"
    },
    "DomainName": {
      "$ref": "#/components/schemas/DomainName"
    },
    "Region": {
      "$ref": "#/components/schemas/Region"
    }
  },
  "required": [
    "DomainName"
  ]
}