{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TaskDefinition", "type": "object", "properties": { "taskDefinitionArn": { "type": "string" }, "containerDefinitions": { "type": "array" }, "family": { "type": "string" }, "taskRoleArn": { "type": "string" }, "executionRoleArn": { "type": "string" }, "networkMode": { "type": "string" }, "revision": { "type": "integer" }, "volumes": { "type": "array" }, "status": { "type": "string" }, "requiresAttributes": { "type": "array" }, "placementConstraints": { "type": "array" }, "compatibilities": { "type": "array" }, "requiresCompatibilities": { "type": "array" }, "cpu": { "type": "string" }, "memory": { "type": "string" }, "pidMode": { "type": "string" }, "ipcMode": { "type": "string" }, "inferenceAccelerators": { "type": "array" }, "registeredAt": { "type": "number" }, "deregisteredAt": { "type": "number" }, "registeredBy": { "type": "string" }, "enableFaultInjection": { "type": "boolean" }, "tags": { "type": "array" } } }