{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://showbridge.io/config.schema.json", "title": "Config", "description": "showbridge config file", "type": "object", "properties": { "modules": { "$ref": "https://showbridge.io/modules.schema.json" }, "routes": { "$ref": "https://showbridge.io/routes.schema.json" } } }