{ "type": "object", "properties": { "myColumnInput": { "type": "string", "example": "example_value" } }, "required": [ "myColumnInput" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Inputs1" }