{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-world-generation-job-error-code-schema.json", "title": "WorldGenerationJobErrorCode", "description": "WorldGenerationJobErrorCode schema from openapi", "type": "string", "enum": [ "InternalServiceError", "LimitExceeded", "ResourceNotFound", "RequestThrottled", "InvalidInput", "AllWorldGenerationFailed" ] }