{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CapacityProvider", "type": "object", "properties": { "capacityProviderArn": { "type": "string" }, "name": { "type": "string" }, "status": { "type": "string" }, "updateStatus": { "type": "string" }, "updateStatusReason": { "type": "string" }, "tags": { "type": "array" } } }