{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-datastore-name-schema.json", "name": "DatastoreName", "type": "string", "pattern": "[A-Za-z0-9._/#-]+", "minLength": 1, "maxLength": 256 }