{ "type": "object", "properties": { "text": { "type": "['string', 'null']", "example": "example_value" }, "title": { "type": "['string', 'null']", "example": "Example Title" } }, "required": [ "text", "title" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Information" }