Skip to content

uri-reference type #1

@csandrew-dev

Description

@csandrew-dev

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions