From da1c489ebea3ec7d9df9c2862ced6f3ca306f175 Mon Sep 17 00:00:00 2001 From: arnoweiss Date: Wed, 12 Nov 2025 11:38:59 +0100 Subject: [PATCH] fix: textual link between Distribution and DataService --- specifications/catalog/catalog.protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specifications/catalog/catalog.protocol.md b/specifications/catalog/catalog.protocol.md index ea518ad..ea6717c 100644 --- a/specifications/catalog/catalog.protocol.md +++ b/specifications/catalog/catalog.protocol.md @@ -82,7 +82,7 @@ provided in protocol-dependent forms, e.g., for an HTTPS binding in the request - A [=Dataset=] MUST hold at least one `Distribution` object in the `distribution` attribute. -- Each `DataService` object MUST have at least one `DataService` which specifies where the distribution is obtained. +- Each `Distribution` object MUST have at least one `DataService` which specifies where the distribution is obtained. Specifically, a `DataService` specifies the endpoint for initiating a [=Contract Negotiation=] and [=Transfer Process=]. - A `DataService.endpointURL` property contains the URL of the service the [=Contract Negotiation=] endpoints extend. The