ListOfPiiEntityTypes schema
{ "$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-list-of-pii-entity-types-schema.json", "title": "ListOfPiiEntityTypes", "description": "ListOfPiiEntityTypes schema", "type": "array", "items": { "$ref": "#/components/schemas/PiiEntityType" } }