IdentityPoolId

IdentityPoolId schema from Amazon OpenSearch Service API

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-identity-pool-id-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-identity-pool-id-schema.json",
  "title": "IdentityPoolId",
  "description": "IdentityPoolId schema from Amazon OpenSearch Service API",
  "type": "string",
  "pattern": "[\\w-]+:[0-9a-f-]+"
}