Amazon Comprehend · Schema

AttributeNamesListItem

AttributeNamesListItem schema

Machine LearningNatural Language ProcessingNLPText Analysis
View JSON Schema on GitHub

JSON Schema

openapi.yml-attribute-names-list-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-attribute-names-list-item-schema.json",
  "title": "AttributeNamesListItem",
  "description": "AttributeNamesListItem schema",
  "type": "string",
  "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9])*",
  "minLength": 1,
  "maxLength": 63
}