{ "type": "object", "properties": { "ProfileArn": { "allOf": [ { "$ref": "#/components/schemas/ProfileArn" }, { "description": "The profile ARN." } ] }, "ProfileVersion": { "allOf": [ { "$ref": "#/components/schemas/ProfileVersion" }, { "description": "The profile version." } ] } }, "description": "The profile associated with a workload.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "WorkloadProfile", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-workload-profile-structure.json" }