FlywheelIterationId 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-flywheel-iteration-id-schema.json", "title": "FlywheelIterationId", "description": "FlywheelIterationId schema", "type": "string", "pattern": "[0-9]{8}T[0-9]{6}Z", "maxLength": 63 }