rjsf-team/react-jsonschema-form

$ref doesn't support url

Open

#1512 aperta il 13 nov 2019

Vedi su GitHub
 (7 commenti) (7 reazioni) (0 assegnatari)TypeScript (2136 fork)batch import
featurehelp wanted

Metriche repository

Star
 (13.175 star)
Metriche merge PR
 (Merge medio 3g 17h) (32 PR mergiate in 30 g)

Descrizione

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.

Guida contributor