Amazon ECS · Schema

RunTaskResponse

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
tasks array
failures array
View JSON Schema on GitHub

JSON Schema

amazon-ecs-run-task-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunTaskResponse",
  "type": "object",
  "properties": {
    "tasks": {
      "type": "array"
    },
    "failures": {
      "type": "array"
    }
  }
}