jdorn / json-editor

JSON Schema Based Editor
MIT License
5.8k stars 1.08k forks source link

Does the Schema support variable #840

Open danmaidesenling opened 4 years ago

danmaidesenling commented 4 years ago

Hi ,
My schema has a filed : url , like /json-editor/issues/new. And I have another field : domain, like https://github.com.

If I want to the generated json like {"url":"https://github.com/jdorn/json-editor/issues/new"}, what should I do ? for example , add some feature to Schema ?

thanks in advance