cypress-io / schema-tools

Validate, sanitize and document JSON schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow adding several properties using addProperty

bahmutov opened this issue ยท comments

Allow forming new schema by adding several properties at a time. Would require breaking API change to pass the original schema as a separate argument

newSchema = addProperty(schema, { first property }, { second property })

๐ŸŽ‰ This issue has been resolved in version 4.0.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€