HostId schema from Amazon Outposts
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-host-id-schema.json", "title": "HostId", "description": "HostId schema from Amazon Outposts", "type": "string", "pattern": "^[A-Za-z0-9-]*$" }