@open-resource-discovery/specification 1.15.0 → 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.
- package/dist/generated/spec/v1/schemas/Configuration.schema.json +1 -1
- package/dist/generated/spec/v1/schemas/Document.schema.json +272 -72
- package/dist/generated/spec/v1/schemas/OrdOverlay.schema.json +2 -2
- package/dist/generated/spec/v1/types/Configuration.d.ts +1 -1
- package/dist/generated/spec/v1/types/Document.d.ts +293 -59
- package/dist/generated/spec/v1/types/OrdOverlay.d.ts +4 -3
- package/package.json +6 -6
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"baseUrl": {
|
|
23
23
|
"type": "string",
|
|
24
24
|
"format": "uri",
|
|
25
|
-
"description": "Optional [base URL](../index.md#base-url) that can be used to resolve the relative URLs to the ORD Documents.\n\nThe `baseUrl` MUST NOT contain a
|
|
25
|
+
"description": "Optional [base URL](../index.md#base-url) that can be used to resolve the relative URLs to the ORD Documents.\n\nThe `baseUrl` MUST NOT contain a trailing slash.\n\nIf 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.\nThis implies that either a `baseUrl` or only absolute URLs MUST be provided when no standardized well-known URI is used.\nIf both a `baseUrl` and a well-known URI is provided, the explicit `baseUrl` takes precedence.",
|
|
26
26
|
"pattern": "^http[s]?:\\/\\/[^:\\/\\s]+\\.[^:\\/\\s\\.]+(:\\d+)?(\\/[a-zA-Z0-9-\\._~]+)*$",
|
|
27
27
|
"examples": [
|
|
28
28
|
"https://example-sap-system.com",
|