Load schema / ui schema from URL

Hi @richkroll,

Importing and/or loading schemas is out of scope for the JSON Forms framework itself. JSON Forms just expects that these are handed over but does not care where they came from.

A popular way of loading schemas via REST is with the Javascript native fetch utility. Please see this answer where I outlined how this could look like in practice.