cypress-io / schema-tools

Validate, sanitize and document JSON schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When linking to another schema in docs, link by schema references

bahmutov opened this issue ยท comments

For example here

platform: {
        ...PlatformInformation100.schema,
        see: PlatformInformation100.schema.title,
      },

Should link directly from see: PlatformInformation100.schema (grab name, version).
also based on type should put object or array symbol

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

The release is available on:

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