Skip to content

References across schema documents #265

Description

@dimitrov-anasoft

We have an issue when loading the schemas. It seems that some of the references across documents cannot be resolved, e.g.:

"$ref": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage"

If we use a / after the #, the issue is resolved:

"$ref": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json#/definitions/AbstractTransferCodeMessage"

The same applies to the following two locations:

"$ref": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage"

"$ref": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions