bjdash / JSON-Schema-Builder

A simple GUI tool to enable designing and building JSON schemas
Apache License 2.0
92 stars 18 forks source link

Choosing $ref as type makes the field disappear #1

Closed sander-bol closed 7 years ago

sander-bol commented 7 years ago

Steps to reproduce:

  1. Choose $ref as the type for a property.
  2. Watch the property disappear.

Console logs: https://bjdash.github.io/JSON-Schema-Builder/modules/JsonSchemeEditor/-schema.html - Failed to load resource: the server responded with a status of 404 (Not Found) angular.js:13920 TypeError: Cannot read property '_type' of undefined

khorvat commented 7 years ago

@bjdash do you plan to support the $ref any time soon?

bjdash commented 7 years ago

I am mostly done with the fix. Will commit in a day or two. Also I am adding some new features as well.

khorvat commented 7 years ago

That's great, thanks.

bjdash commented 7 years ago

Hi @sbol-coolblue, @khorvat, I have fixed the issue with $ref. Please check if the issue is fixed and share your feedback.