Type determining:
In DocumentLinks, the only property is self, which is a uni-reference, this is in the form of a string so the schema should look like:
"type": "string",
"format": "uri-reference"
But the scrapper just takes url-reference as the type. i.e.,
The types only look for
standard_types = ["string", "number", "integer", "boolean", "object", "array", "null"]
and if its not one of those it defaults to:
"$ref": f"{property_type}.json"
Type determining:
In DocumentLinks, the only property is self, which is a uni-reference, this is in the form of a string so the schema should look like:
But the scrapper just takes url-reference as the type. i.e.,
The types only look for
and if its not one of those it defaults to: