Absolute schema URI is required to validate the following schema. Bug or feature? ``` json { "type": "object", "properties": { "label": {"type": "string"}, "children": { "type": "array", "items": {"$ref": "#"} } }, "required": ["label"] } ```