GUID

GUID schema from Amazon OpenSearch Service API

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-guid-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-guid-schema.json",
  "title": "GUID",
  "description": "GUID schema from Amazon OpenSearch Service API",
  "type": "string",
  "pattern": "\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}"
}