-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.,
"type": "uri-reference"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"Metadata
Metadata
Assignees
Labels
No labels