{ "type": "object", "title": "UpdateProfileInput", "properties": { "ProfileDescription": { "allOf": [ { "$ref": "#/components/schemas/ProfileDescription" }, { "description": "The profile description." } ] }, "ProfileQuestions": { "allOf": [ { "$ref": "#/components/schemas/ProfileQuestionUpdates" }, { "description": "Profile questions." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-update-profile-input-schema.json", "description": "UpdateProfileInput schema from AWS Well-Architected Tool API" }