rjsf-team/react-jsonschema-form

$ref doesn't support url

Open

#1,512 opened on 2019年11月13日

GitHub で見る
 (7 comments) (7 reactions) (0 assignees)TypeScript (2,136 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (13,175 stars)
PR merge metrics
 (平均マージ 3d 17h) (30d で 32 merged PRs)

説明

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.

コントリビューターガイド