{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fargate/refs/heads/main/json-structure/amazon-fargate-account-setting-structure.json", "description": "An ECS account setting", "type": "object", "properties": { "name": { "type": "string", "description": "Setting name", "example": "containerInsights" }, "value": { "type": "string", "description": "Setting value", "example": "enabled" }, "principalArn": { "type": "string", "description": "Principal ARN", "example": "arn:aws:iam::123456789012:root" } }, "name": "AccountSetting" }