{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-update-account-settings-output-schema.json", "title": "UpdateAccountSettingsOutput", "description": "UpdateAccountSettingsOutput schema from Amazon Proton API", "type": "object", "properties": { "accountSettings": { "allOf": [ { "$ref": "#/components/schemas/AccountSettings" }, { "description": "The Proton pipeline service role and repository data shared across the Amazon Web Services account." } ] } }, "required": [ "accountSettings" ] }