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
Hey there, I'm trying to validate whether the user's JSON schema is a valid JSON schema, but I'm not sure how to do it. Basically, it returns the following error
Error: strict mode: unknown keyword: "$dynamicAnchor"
at checkStrictMode (util.js:174:15)
This is the application/json file that the user uploads..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there, I'm trying to validate whether the user's JSON schema is a valid JSON schema, but I'm not sure how to do it. Basically, it returns the following error
Error: strict mode: unknown keyword: "$dynamicAnchor" at checkStrictMode (util.js:174:15)
This is the application/json file that the user uploads..
And here is how I validate it.
AVJ version: "^8.16.0"
Beta Was this translation helpful? Give feedback.
All reactions