rjsf-team/react-jsonschema-form

$ref doesn't support url

Open

#1,512 建立於 2019年11月13日

在 GitHub 查看
 (7 留言) (7 反應) (0 負責人)TypeScript (13,175 star) (2,136 fork)batch import
featurehelp wanted

描述

Here is a valid schema:

{
  "title": "A registration form",
  "description": "A simple form example.",
  "type": "object",
  "required": [
    "address"
  ],
  "properties": {
    "address": { 
      "$ref": "https://api.myjson.com/bins/3bkzl.json#/definitions/address"
    }
  }
}

It throws exception when dereference $ref.

貢獻者指南