{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-schema/glue-databrew-error-code-schema.json", "title": "ErrorCode", "description": "ErrorCode schema from Amazon Glue DataBrew API", "type": "string", "pattern": "^[1-5][0-9][0-9]$" }