International-Data-Spaces-Association / ids-specification

The Dataspace Protocol is a set of specifications designed to facilitate interoperable data sharing between entities governed by usage control and based on Web technologies. These specifications define the schemas and protocols required for entities to publish data, negotiate Agreements, and access data in a data space
https://docs.internationaldataspaces.org/dataspace-protocol/
Apache License 2.0
26 stars 14 forks source link

CatalogRequest should be CatalogRequestMessage type in Catalog request #124

Closed matgnt closed 11 months ago

matgnt commented 1 year ago

https://github.com/International-Data-Spaces-Association/ids-specification/blob/main/catalog/catalog.binding.https.md#231-post

"@type": "dspace:CatalogRequest",

should be:

"@type": "dspace:CatalogRequestMessage",

right?

accroding to https://github.com/International-Data-Spaces-Association/ids-specification/blob/main/catalog/message/schema/catalog-request-message-schema.json and https://github.com/International-Data-Spaces-Association/ids-specification/blob/main/catalog/catalog.protocol.md#21-catalogrequestmessage

matgnt commented 1 year ago

Agreed to change the typo to CatalogRequestMessage.