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