VpcId schema from Amazon WorkSpaces Web API
{ "type": "string", "pattern": "^vpc-[0-9a-z]*$", "minLength": 1, "maxLength": 255, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VpcId", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-vpc-id-schema.json", "description": "VpcId schema from Amazon WorkSpaces Web API" }