{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Sort", "properties": { "column": { "type": "string" }, "direction": { "type": "string" } }, "type": "object" }