The profile associated with a workload.
{ "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-schema.org/draft/2020-12/schema", "title": "WorkloadProfile", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-workload-profile-schema.json" }