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