Amazon Comprehend · Schema

Policy

Policy schema

Machine LearningNatural Language ProcessingNLPText Analysis
View JSON Schema on GitHub

JSON Schema

openapi.yml-policy-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-policy-schema.json",
  "title": "Policy",
  "description": "Policy schema",
  "type": "string",
  "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+",
  "minLength": 1,
  "maxLength": 20000
}