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