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
If there is default in schema, json-schema-empty would return it directly, which will cause problem:
If default of schema is object, return directly by json-schema-empty and be updated later, then default of schema would be modified.
json-schema-empty should return clone of default of schema.
The text was updated successfully, but these errors were encountered:
If there is default in schema, json-schema-empty would return it directly, which will cause problem:
If default of schema is object, return directly by json-schema-empty and be updated later, then default of schema would be modified.
json-schema-empty should return clone of default of schema.
The text was updated successfully, but these errors were encountered: