@open-resource-discovery/specification 1.14.5 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ export interface OrdConfiguration {
16
16
  /**
17
17
  * Optional [base URL](../index.md#base-url) that can be used to resolve the relative URLs to the ORD Documents.
18
18
  *
19
- * The `baseUrl` MUST NOT contain a leading slash.
19
+ * The `baseUrl` MUST NOT contain a trailing slash.
20
20
  *
21
21
  * If you do not provide this property, the base URL is assumed to be the URL of the config endpoint without `/.well-known/open-resource-discovery` suffix.
22
22
  * This implies that either a `baseUrl` or only absolute URLs MUST be provided when no standardized well-known URI is used.