{ "properties": { "maybe": { "anyOf": [ { "type": "null" }, { "type": "string" } ], "default": null } }, "required": [ "maybe" ], "type": "object" }