{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PluginInput", "type": "object", "properties": { "name": { "type": "string" }, "instance_name": { "type": "string" }, "config": { "type": "object" }, "protocols": { "type": "array" }, "enabled": { "type": "boolean" }, "tags": { "type": "array" }, "ordering": { "type": "object" }, "service": { "type": "object" }, "route": { "type": "object" }, "consumer": { "type": "object" }, "consumer_group": { "type": "object" } } }