{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RouteRequest", "properties": { "command": { "type": "array", "items": { "type": "string" } }, "params": {} }, "type": "object" }