{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConfigInput", "type": "object", "properties": { "name": { "type": "string", "description": "Name for the configuration." }, "origin": { "type": "object" }, "caching": { "type": "object" } } }