{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Plugin", "type": "object", "properties": { "id": { "type": "string" }, "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" }, "created_at": { "type": "integer" }, "updated_at": { "type": "integer" } } }