Tobias Munk
Tobias Munk
Is there anything left open here? If so, please create a link to an example illustrating the problems, the current JSON can't be easily applied to the demo page
The main issue is, that you're using URLs as `$ref`, which json-editor tries to load via AJAX. You need to allow that, but then your `defs` are defined locally, so...
Could you break down the problem in a simpler schema.
Did you implement your schema according to https://json-schema.org/understanding-json-schema/structuring ? Which draft are you using?
Could you create a simple example only showing the problem, along with some demo data. I can't reproduce it with the above.
Try to uncomment this line: https://github.com/yiisoft/yii2-docker/blob/773ca8be340230738da8625f30db954dcdb42899/.env-dist#L4 in `.env`
JFTR > I was able to work around the issue by downgrading `mesa` from `1:24.1.0-1` to `1:24.0.8-1`.
@eluhr @handcode You worked with Flysystem lately, WDYT?
@royalrex @razvanphp PRs welcome, we are not very actively developing this extension anymore to be honest.
A dirty hack: invisible, but still clickable: ``` { "title": "json schema example", "type": "object", "format": "categories", "properties": { "example": { "type": "string", "description": "This is an example schema.", "default":...