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
The issue is caused by having an empty "properties" on a string. The JSON meta schema implies that all types have a default of an empty properties value. The spirit of the human readable spec seems to imply that it would be silly to add properties to a string or array or other primitive type. Since the meta-schema validates the above schema it would be nice if docson ignored the silly things.
The text was updated successfully, but these errors were encountered:
I have a JSON v4 schema that validates with the JSON meta-schema but causes docson to crash with an infinite recursion bug.
The issue is caused by having an empty "properties" on a string. The JSON meta schema implies that all types have a default of an empty properties value. The spirit of the human readable spec seems to imply that it would be silly to add properties to a string or array or other primitive type. Since the meta-schema validates the above schema it would be nice if docson ignored the silly things.
The text was updated successfully, but these errors were encountered: