cypress-io / schema-tools

Validate, sanitize and document JSON schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addProperty should accept schema for "see" parameter

bahmutov opened this issue ยท comments

Currently when creating a schema by adding a property, cannot set schema object into "see" property.

// can do
see: schema.schema.title
// want
see: schema

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

The release is available on:

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