{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "HyperdriveConfig", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier." }, "name": { "type": "string", "description": "The name of the configuration." }, "origin": { "type": "object" }, "caching": { "type": "object" } } }