{ "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-schema.org/draft/2020-12/schema", "title": "ImagePermission", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-image-permission-schema.json" }