Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$ref in ui schema #202

Open
gribakovs opened this issue Oct 6, 2021 · 1 comment
Open

$ref in ui schema #202

gribakovs opened this issue Oct 6, 2021 · 1 comment

Comments

@gribakovs
Copy link

Hi, it would be worth to mention in the documentation that while using $ref in ui schema is not supported it is still possible to use it the same way it is used inside JSON Schema precompiling it with json-refs before handing over to JSON Forms.

E.g.:

....
"elements":[
{
"$ref":"URL"
}
]
........

@sdirix
Copy link
Member

sdirix commented Dec 13, 2021

Good idea!

@sdirix sdirix added the next label Dec 13, 2021
@sdirix sdirix removed the next label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants