{ "type": "object", "required": [ "trustStoreArn" ], "properties": { "trustStoreArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the trust store." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateTrustStoreResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-update-trust-store-response-schema.json", "description": "UpdateTrustStoreResponse schema from Amazon WorkSpaces Web API" }