When I compile these schemas locally I get two errors from the schema compiler: - https://github.com/linked-art/json-validator/blob/924fc3a66808c6fb1be8f816485696055545003b/schema/core.json#L382 Missing the hash to scope that definition to the current doc. - https://github.com/linked-art/json-validator/blob/924fc3a66808c6fb1be8f816485696055545003b/schema/core.json#L1297 `ContextStringOrArray`'s `items` property should have a range of `object` not `array`. The spec mandates an object here AFAICT: https://json-schema.org/understanding-json-schema/reference/array#items