{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-migration-hub/refs/heads/main/json-schema/migration-hub-api-status-detail-schema.json", "title": "StatusDetail", "description": "StatusDetail schema from Amazon Migration Hub API", "type": "string", "pattern": "^.{0,500}$", "minLength": 0, "maxLength": 500 }