You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Given the following API Blueprint, with an MSON property
href":The final parse result contains a JSON String:
"{\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"type\": \"object\",\n \"properties\": {\n \"href\"\": {\n \"type\": \"string\"\n }\n }\n}"Note the
"is not correctly escaped (\"href\"\") it should be escaped an extra time inside the key quotes.