Amazon ECS · Schema

Attachment

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
id string
type string
status string
details array
View JSON Schema on GitHub

JSON Schema

amazon-ecs-attachment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Attachment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "details": {
      "type": "array"
    }
  }
}