ngx-schema-form icon indicating copy to clipboard operation
ngx-schema-form copied to clipboard

top level reference is not supported

Open royling opened this issue 5 years ago • 1 comments

Given the below schema:

{
  "definitions": {
    "input": { "type": "string" }
  },
  "$ref": "#/definitions/input"
}

The form can not be generated.

royling avatar Sep 16 '19 07:09 royling

This may require to compile the json schema before handig it over to sf-form.

The solutio to this is provided in #319

daniele-pecora avatar Aug 18 '20 06:08 daniele-pecora