DomainInformation

DomainInformation schema from Amazon OpenSearch Service API

AnalyticsElasticsearchSearch

Properties

Name Type Description
OwnerId object
DomainName object
Region object
View JSON Schema on GitHub

JSON Schema

openapi-domain-information-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-domain-information-schema.json",
  "title": "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"
  ]
}