{ "type": "object", "properties": { "SharedAccountId": { "allOf": [ { "$ref": "#/components/schemas/AwsAccount" }, { "description": "The identifier of the Amazon Web Services account that an image has been shared with." } ] } }, "description": "Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "ImagePermission", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-image-permission-structure.json" }