{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "handlers.Column", "properties": { "length": { "type": "integer" }, "name": { "type": "string" }, "nullable": { "type": "boolean" }, "type": { "type": "string" } }, "required": [ "length", "name", "nullable", "type" ], "type": "object" }