{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/hal_curie.json", "title": "Hal Curie", "type": "object", "properties": { "name": { "type": "string" }, "href": { "type": "string", "format": "uri" }, "templated": { "type": "boolean" } }, "required": [ "name", "href", "templated" ] }