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