SecurityGroupId schema from Amazon WorkSpaces API
{ "type": "string", "pattern": "^(sg-([0-9a-f]{8}|[0-9a-f]{17}))$", "minLength": 11, "maxLength": 20, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SecurityGroupId", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-security-group-id-schema.json", "description": "SecurityGroupId schema from Amazon WorkSpaces API" }