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" |
We have an issue when loading the schemas. It seems that some of the references across documents cannot be resolved, e.g.:
DataspaceProtocol/artifacts/src/main/resources/transfer/transfer-error-schema.json
Line 15 in 0b7ac40
If we use a
/after the#, the issue is resolved:The same applies to the following two locations:
DataspaceProtocol/artifacts/src/main/resources/transfer/transfer-suspension-message-schema.json
Line 15 in 0b7ac40
DataspaceProtocol/artifacts/src/main/resources/transfer/transfer-termination-message-schema.json
Line 15 in 0b7ac40