ShareId

The ID associated with the share.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-share-id-schema.json Raw ↑
{
  "type": "string",
  "pattern": "[0-9a-f]{32}",
  "description": "The ID associated with the share.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ShareId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-share-id-schema.json"
}