{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-structure/bovine-ec2-instance-structure.json", "name": "Ec2Instance", "description": "An EC2 instance record, annotated with cluster/workload association.", "type": "object", "properties": { "InstanceId": { "type": "string", "example": "i-0a1b2c3d4e5f60718" }, "Cluster": { "type": "string", "description": "The cluster or workload association (ECS, Beanstalk, ASG, etc.).", "example": "ecs-prod-web" }, "Region": { "type": "string", "example": "us-east-1" } } }