{ "type": "object", "required": [ "foo", "bar" ], "properties": { "foo": { "type": "string" }, "bar": { "type": "string" } } }