You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm, this issue is still present. I am trying to add the hyper-schema, but the problem is the same.
I have looked into this issue and it seems that because the json-schema is self-referencing ('$ref' => '#'), the code creates a self-referencing object. The recursive nature of normalizeSchema does not check for this, and the code ends up going into an infinite recursive loop.
I will continue looking at this, but any suggestions are greatly appreciated.
Hi. I'm having trouble with adding the draft-04 meta schema to the schema store.
This will result in the following error:
I'm using following PHP version:
Did I misunderstand how adding schemas to the schema store works? Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: