The following tag doesn't work correctly: ```golang type MyType struct { SomeField string `json:"someField" jsonschema_extras:"foo=a value\\, and then another"` } ```