{ "type": "object", "properties": { "ShareId": { "$ref": "#/components/schemas/ShareId" }, "SharedBy": { "$ref": "#/components/schemas/AwsAccountId" }, "SharedWith": { "$ref": "#/components/schemas/SharedWith" }, "PermissionType": { "$ref": "#/components/schemas/PermissionType" }, "Status": { "$ref": "#/components/schemas/ShareStatus" }, "WorkloadName": { "$ref": "#/components/schemas/WorkloadName" }, "WorkloadId": { "$ref": "#/components/schemas/WorkloadId" } }, "description": "A workload share return object.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "WorkloadShare", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-workload-share-structure.json" }