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
There is as test that actually test for this (which we are failing, see Bowtie).
The failure is due to two reasons
The SchemaStorage::addSchema() method doesn't scan added schemas for an id property (at the same level as properties or type) which should be used in resolving refs. This is why we get errors about file_get_contents(http://localhost:1234/sibling_id/foo.json) failed.
When the id is altered for underlying schema this directly affects refs at the same level and the ones that have a shared parent. This is caused by the code here which adjust the base for ref's at the same level and even for other
The text was updated successfully, but these errors were encountered:
There is as test that actually test for this (which we are failing, see Bowtie).
The failure is due to two reasons
The
SchemaStorage::addSchema()
method doesn't scan added schemas for anid
property (at the same level asproperties
ortype
) which should be used in resolving refs. This is why we get errors aboutfile_get_contents(http://localhost:1234/sibling_id/foo.json)
failed.When the
id
is altered for underlying schema this directly affects refs at the same level and the ones that have a shared parent. This is caused by the code here which adjust the base for ref's at the same level and even for otherThe text was updated successfully, but these errors were encountered: