{ "type": "object", "required": [ "portalArn", "trustStoreArn" ], "properties": { "portalArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the web portal." } ] }, "trustStoreArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the trust store." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "AssociateTrustStoreResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-associate-trust-store-response-structure.json", "description": "AssociateTrustStoreResponse schema from Amazon WorkSpaces Web API" }