@open-resource-discovery/specification 1.14.3 → 1.14.5

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.
@@ -86,7 +86,7 @@
86
86
  },
87
87
  {
88
88
  "const": "system-version",
89
- "description": "Describes the static [system-version](../index.md#system-version) perspective, usually known at deploy-time.\n\nIf chosen, `describedSystemVersion`.`version` MUST be provided, too.\n\nThis perspective describes how a system of a particular type and version generally look like.\nThe latest system-version MAY also be interpreted as the [system-type](../index.md#system-type) perspective."
89
+ "description": "Describes the static [system-version](../index.md#system-version) perspective, usually known at deploy-time.\n\nIf chosen, `describedSystemVersion`.`version` MUST be provided, too.\n\nThis perspective describes how a system of a particular type and version generally look like.\nIf no explicit `system-type` perspective is available, the latest system-version SHOULD be interpreted as the [system-type](../index.md#system-type) perspective (see [static perspective resolution](../concepts/perspectives#static-perspective-resolution))."
90
90
  },
91
91
  {
92
92
  "const": "system-instance",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  {
96
96
  "const": "system-independent",
97
- "description": "Describes content that is independent of [system-versions](../index.md#system-version) or [system-instances](../index.md#system-instance).\nThis content is always static and has independent visibility and lifecycle from the systems in a particular landscape.\nThe \"system-independent\" content MUST NOT be overridden via system-version or system-instance perspective metadata.\n\nExamples are: Vendors, products, globally aligned entity types, groups and group types (taxonomy), which are usually shared by multiple systems."
97
+ "description": "Describes content that is independent of [system-versions](../index.md#system-version) or [system-instances](../index.md#system-instance).\nThis content is always static and has independent visibility and lifecycle from the systems in a particular landscape.\nThe \"system-independent\" content MUST NOT be overridden via system-version or system-instance perspective metadata.\n\nExamples are: Vendors, products, globally aligned entity types, groups and group types (taxonomy), which are usually shared by multiple systems.\nFor the distinction between system-independent content and system-scoped shared publications, see [Shared Taxonomy, Resources and Contracts](../concepts/shared-resources)."
98
98
  }
99
99
  ],
100
100
  "default": "system-instance",
@@ -64,7 +64,7 @@
64
64
  },
65
65
  {
66
66
  "const": "system-version",
67
- "description": "Describes the static [system-version](../index.md#system-version) perspective, usually known at deploy-time.\n\nIf chosen, `describedSystemVersion`.`version` MUST be provided, too.\n\nThis perspective describes how a system of a particular type and version generally look like.\nThe latest system-version MAY also be interpreted as the [system-type](../index.md#system-type) perspective."
67
+ "description": "Describes the static [system-version](../index.md#system-version) perspective, usually known at deploy-time.\n\nIf chosen, `describedSystemVersion`.`version` MUST be provided, too.\n\nThis perspective describes how a system of a particular type and version generally look like.\nIf no explicit `system-type` perspective is available, the latest system-version SHOULD be interpreted as the [system-type](../index.md#system-type) perspective (see [static perspective resolution](../concepts/perspectives#static-perspective-resolution))."
68
68
  },
69
69
  {
70
70
  "const": "system-instance",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  {
74
74
  "const": "system-independent",
75
- "description": "Describes content that is independent of [system-versions](../index.md#system-version) or [system-instances](../index.md#system-instance).\nThis content is always static and has independent visibility and lifecycle from the systems in a particular landscape.\nThe \"system-independent\" content MUST NOT be overridden via system-version or system-instance perspective metadata.\n\nExamples are: Vendors, products, globally aligned entity types, groups and group types (taxonomy), which are usually shared by multiple systems."
75
+ "description": "Describes content that is independent of [system-versions](../index.md#system-version) or [system-instances](../index.md#system-instance).\nThis content is always static and has independent visibility and lifecycle from the systems in a particular landscape.\nThe \"system-independent\" content MUST NOT be overridden via system-version or system-instance perspective metadata.\n\nExamples are: Vendors, products, globally aligned entity types, groups and group types (taxonomy), which are usually shared by multiple systems.\nFor the distinction between system-independent content and system-scoped shared publications, see [Shared Taxonomy, Resources and Contracts](../concepts/shared-resources)."
76
76
  }
77
77
  ],
78
78
  "default": "system-instance",
@@ -264,7 +264,7 @@
264
264
  "type": "object",
265
265
  "title": "Package",
266
266
  "x-ums-type": "root",
267
- "description": "A [**Package**](../concepts/grouping-and-bundling#package) organizes a set of related resources together, by publishing and catalog presentation concerns.\n\nThe Package can also be used to indicate which products or vendors provided the packaged resources.\nFor partner or customer content, the Package can indicate this via the `vendor` and `partOfProducts` assignments.\nIn any case, the Package `ordID` namespace MUST reflect the namespace of the providing application (which hosts the resource), not the resource definition owner, which could be a customer or partner.\n\nA Package SHOULD contain at least one resource. Avoid empty Packages.\n\nThe Package assignment of a resource MAY change, so consumers MUST not rely on this to be stable.\n\nA Package does not have a `visibility` property.\nWhether it is displayed is decided by the fact, whether it contains any visible resources according to the visibility role of the aggregator.\n\nTo learn more about the concept and further guidance, see [Package](../concepts/grouping-and-bundling#package).",
267
+ "description": "A [**Package**](../concepts/grouping-and-bundling#package) organizes a set of related resources together, by publishing and catalog presentation concerns.\n\nThe Package can also be used to indicate which products or vendors provided the packaged resources.\nFor partner or customer content, the Package can indicate this via the `vendor` and `partOfProducts` assignments.\n\nA Package SHOULD contain at least one resource. Avoid empty Packages.\n\nThe Package assignment of a resource MAY change, so consumers MUST not rely on this to be stable.\n\nA Package does not have a `visibility` property.\nWhether it is displayed is decided by the fact, whether it contains any visible resources according to the visibility role of the aggregator.\n\nTo learn more about the concept and further guidance, see [Package](../concepts/grouping-and-bundling#package).",
268
268
  "properties": {
269
269
  "ordId": {
270
270
  "type": "string",
@@ -285,6 +285,20 @@
285
285
  "91cd9972-c05d-4d29-8b6e-dbef2a2d48e9"
286
286
  ]
287
287
  },
288
+ "correlationIds": {
289
+ "type": "array",
290
+ "description": "Correlation IDs can be used to create a reference to related data in other repositories (especially to the system of record).\n\nThey express an \"identity\" / \"equals\" / \"mappable\" relationship to the target ID.\n\nIf a \"part of\" relationship needs to be expressed, use the `partOfGroups` assignment instead.\n\nMUST be a valid [Correlation ID](../index.md#correlation-id).",
291
+ "items": {
292
+ "type": "string",
293
+ "pattern": "^([a-z0-9]+(?:[.][a-z0-9]+)*):([a-zA-Z0-9._\\-\\/]+):([a-zA-Z0-9._\\-\\/]+)$",
294
+ "maxLength": 255
295
+ },
296
+ "examples": [
297
+ [
298
+ "foo.bar:conceptName:localIdentifier"
299
+ ]
300
+ ]
301
+ },
288
302
  "title": {
289
303
  "type": "string",
290
304
  "description": "Human-readable title.\n\nMUST NOT exceed 255 chars.\nMUST NOT contain line breaks.",
@@ -1017,7 +1031,7 @@
1017
1031
  "default": false,
1018
1032
  "x-introduced-in-version": "1.13.0",
1019
1033
  "x-feature-status": "beta",
1020
- "description": "Indicates that the resource serves as interface only and cannot be called directly, similar to the abstract keyword in programming languages like Java.\n\nAbstract resources define contracts that other resources can declare compatibility with through the `compatibleWith` property.\n\nMore details can be found on the [Compatibility](../concepts/compatibility) concept page."
1034
+ "description": "Indicates that the resource serves as interface only and cannot be called directly, similar to the abstract keyword in programming languages like Java.\n\nAbstract resources define contracts that other resources can declare compatibility with through the `compatibleWith` property.\nAbstract resources can be system-owned, authority-owned or system-independent, depending on who governs the interface contract.\n\nMore details can be found on the [Compatibility](../concepts/compatibility) concept page.\nSee also [Shared Taxonomy, Resources and Contracts](../concepts/shared-resources#abstract-resources-and-compatiblewith) for how abstract contracts relate to shared ORD IDs."
1021
1035
  },
1022
1036
  "visibility": {
1023
1037
  "type": "string",
@@ -1048,7 +1062,7 @@
1048
1062
  },
1049
1063
  {
1050
1064
  "const": "beta",
1051
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
1065
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
1052
1066
  },
1053
1067
  {
1054
1068
  "const": "active",
@@ -1056,11 +1070,11 @@
1056
1070
  },
1057
1071
  {
1058
1072
  "const": "deprecated",
1059
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
1073
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
1060
1074
  },
1061
1075
  {
1062
1076
  "const": "sunset",
1063
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
1077
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
1064
1078
  }
1065
1079
  ],
1066
1080
  "examples": [
@@ -1894,7 +1908,7 @@
1894
1908
  "default": false,
1895
1909
  "x-introduced-in-version": "1.13.0",
1896
1910
  "x-feature-status": "beta",
1897
- "description": "Indicates that the resource serves as interface only and cannot be called directly, similar to the abstract keyword in programming languages like Java.\n\nAbstract resources define contracts that other resources can declare compatibility with through the `compatibleWith` property.\n\nMore details can be found on the [Compatibility](../concepts/compatibility) concept page."
1911
+ "description": "Indicates that the resource serves as interface only and cannot be called directly, similar to the abstract keyword in programming languages like Java.\n\nAbstract resources define contracts that other resources can declare compatibility with through the `compatibleWith` property.\nAbstract resources can be system-owned, authority-owned or system-independent, depending on who governs the interface contract.\n\nMore details can be found on the [Compatibility](../concepts/compatibility) concept page.\nSee also [Shared Taxonomy, Resources and Contracts](../concepts/shared-resources#abstract-resources-and-compatiblewith) for how abstract contracts relate to shared ORD IDs."
1898
1912
  },
1899
1913
  "visibility": {
1900
1914
  "type": "string",
@@ -1925,7 +1939,7 @@
1925
1939
  },
1926
1940
  {
1927
1941
  "const": "beta",
1928
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
1942
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
1929
1943
  },
1930
1944
  {
1931
1945
  "const": "active",
@@ -1933,11 +1947,11 @@
1933
1947
  },
1934
1948
  {
1935
1949
  "const": "deprecated",
1936
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
1950
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
1937
1951
  },
1938
1952
  {
1939
1953
  "const": "sunset",
1940
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
1954
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
1941
1955
  }
1942
1956
  ],
1943
1957
  "examples": [
@@ -2632,7 +2646,7 @@
2632
2646
  },
2633
2647
  {
2634
2648
  "const": "beta",
2635
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
2649
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
2636
2650
  },
2637
2651
  {
2638
2652
  "const": "active",
@@ -2640,11 +2654,11 @@
2640
2654
  },
2641
2655
  {
2642
2656
  "const": "deprecated",
2643
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
2657
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
2644
2658
  },
2645
2659
  {
2646
2660
  "const": "sunset",
2647
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
2661
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
2648
2662
  }
2649
2663
  ],
2650
2664
  "examples": [
@@ -2877,7 +2891,7 @@
2877
2891
  },
2878
2892
  "examples": [
2879
2893
  [
2880
- "sap.s4:communicationScenario:SAP_COM_0008"
2894
+ "foo.bar:conceptName:localIdentifier"
2881
2895
  ]
2882
2896
  ]
2883
2897
  },
@@ -2996,7 +3010,7 @@
2996
3010
  },
2997
3011
  {
2998
3012
  "const": "beta",
2999
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
3013
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
3000
3014
  },
3001
3015
  {
3002
3016
  "const": "active",
@@ -3004,11 +3018,11 @@
3004
3018
  },
3005
3019
  {
3006
3020
  "const": "deprecated",
3007
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
3021
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
3008
3022
  },
3009
3023
  {
3010
3024
  "const": "sunset",
3011
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
3025
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
3012
3026
  }
3013
3027
  ],
3014
3028
  "examples": [
@@ -3878,7 +3892,7 @@
3878
3892
  "ordId": {
3879
3893
  "type": "string",
3880
3894
  "description": "The ORD ID is a stable, globally unique ID for ORD resources or taxonomy.\n\nIt MUST be a valid [ORD ID](../index.md#ord-id) of the appropriate ORD type.",
3881
- "pattern": "^([a-z0-9-]+(?:[.][a-z0-9-]+)*):(agent):([a-zA-Z0-9._\\-]+):(v0|v[1-9][0-9]*)$",
3895
+ "pattern": "^([a-z0-9]+(?:[.][a-z0-9]+)*):(agent):([a-zA-Z0-9._\\-]+):(v0|v[1-9][0-9]*)$",
3882
3896
  "maxLength": 255,
3883
3897
  "examples": [
3884
3898
  "sap.foo.bar:agent:disputeAgent:v1"
@@ -3904,7 +3918,7 @@
3904
3918
  },
3905
3919
  "examples": [
3906
3920
  [
3907
- "sap.s4:communicationScenario:SAP_COM_0008"
3921
+ "foo.bar:conceptName:localIdentifier"
3908
3922
  ]
3909
3923
  ]
3910
3924
  },
@@ -4001,7 +4015,7 @@
4001
4015
  },
4002
4016
  {
4003
4017
  "const": "beta",
4004
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
4018
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
4005
4019
  },
4006
4020
  {
4007
4021
  "const": "active",
@@ -4009,11 +4023,11 @@
4009
4023
  },
4010
4024
  {
4011
4025
  "const": "deprecated",
4012
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
4026
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
4013
4027
  },
4014
4028
  {
4015
4029
  "const": "sunset",
4016
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
4030
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
4017
4031
  }
4018
4032
  ],
4019
4033
  "examples": [
@@ -4353,7 +4367,7 @@
4353
4367
  "description": "Optional list of integration dependencies that the agent relies on.\n\nMUST be a valid reference to an [Integration Dependency](#integration-dependency) ORD ID.",
4354
4368
  "items": {
4355
4369
  "type": "string",
4356
- "pattern": "^([a-z0-9-]+(?:[.][a-z0-9-]+)*):(integrationDependency):([a-zA-Z0-9._\\-]+):(v0|v[1-9][0-9]*)$",
4370
+ "pattern": "^([a-z0-9]+(?:[.][a-z0-9]+)*):(integrationDependency):([a-zA-Z0-9._\\-]+):(v0|v[1-9][0-9]*)$",
4357
4371
  "maxLength": 255,
4358
4372
  "x-association-target": [
4359
4373
  "#/definitions/IntegrationDependency/ordId"
@@ -4551,7 +4565,7 @@
4551
4565
  },
4552
4566
  "examples": [
4553
4567
  [
4554
- "sap.s4:communicationScenario:SAP_COM_0008"
4568
+ "foo.bar:conceptName:localIdentifier"
4555
4569
  ]
4556
4570
  ]
4557
4571
  },
@@ -4679,7 +4693,7 @@
4679
4693
  },
4680
4694
  {
4681
4695
  "const": "beta",
4682
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
4696
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
4683
4697
  },
4684
4698
  {
4685
4699
  "const": "active",
@@ -4687,11 +4701,11 @@
4687
4701
  },
4688
4702
  {
4689
4703
  "const": "deprecated",
4690
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
4704
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
4691
4705
  },
4692
4706
  {
4693
4707
  "const": "sunset",
4694
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
4708
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
4695
4709
  }
4696
4710
  ],
4697
4711
  "examples": [
@@ -4970,7 +4984,7 @@
4970
4984
  },
4971
4985
  "examples": [
4972
4986
  [
4973
- "sap.s4:communicationScenario:SAP_COM_0008"
4987
+ "foo.bar:conceptName:localIdentifier"
4974
4988
  ]
4975
4989
  ]
4976
4990
  },
@@ -5067,7 +5081,7 @@
5067
5081
  },
5068
5082
  {
5069
5083
  "const": "beta",
5070
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
5084
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
5071
5085
  },
5072
5086
  {
5073
5087
  "const": "active",
@@ -5075,11 +5089,11 @@
5075
5089
  },
5076
5090
  {
5077
5091
  "const": "deprecated",
5078
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
5092
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
5079
5093
  },
5080
5094
  {
5081
5095
  "const": "sunset",
5082
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
5096
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
5083
5097
  }
5084
5098
  ],
5085
5099
  "examples": [
@@ -5493,7 +5507,7 @@
5493
5507
  },
5494
5508
  {
5495
5509
  "const": "beta",
5496
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
5510
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
5497
5511
  },
5498
5512
  {
5499
5513
  "const": "active",
@@ -5501,11 +5515,11 @@
5501
5515
  },
5502
5516
  {
5503
5517
  "const": "deprecated",
5504
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
5518
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
5505
5519
  },
5506
5520
  {
5507
5521
  "const": "sunset",
5508
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
5522
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
5509
5523
  }
5510
5524
  ],
5511
5525
  "examples": [
@@ -5876,7 +5890,7 @@
5876
5890
  "type": "object",
5877
5891
  "title": "System Instance",
5878
5892
  "x-ums-type": "ignore",
5879
- "description": "A [system instance](../index.md#system-instance) is a concrete, running instance of a system type.\nIn a multi-tenant system, it corresponds to a tenant.\nIn a single-tenant system, it corresponds to the [system installation](../index.md#system-deployment) itself.",
5893
+ "description": "A [system instance](../index.md#system-instance) is a concrete, running instance of a system type.\nIn a multi-tenant system, it corresponds to a tenant.\nIn a single-tenant system, it corresponds to the [system deployment](../index.md#system-deployment) itself.",
5880
5894
  "properties": {
5881
5895
  "baseUrl": {
5882
5896
  "type": "string",
@@ -6169,10 +6183,10 @@
6169
6183
  "Labels": {
6170
6184
  "title": "Labels",
6171
6185
  "type": "object",
6172
- "description": "Generic key-value labels that can be applied to most ORD information.\nThey are defined as an object that may have arbitrary keys.\nThe value of a key is an array of strings.\n\nLabels can be used to attach technical information that cannot be expressed natively in ORD.\nAn ORD aggregator should allow to categorize and query information based on the labels provided.\n\nTo learn more about the concept, see [Labels](../concepts/grouping-and-bundling#labels).\n\nIf multiple parties rely on the existence of certain label information,\nstandardization through ORD SHOULD be preferred.\n\nAll labels attached to a `Package` will be inherited to the resources they contain.\nDuplicate labels will be merged by the ORD aggregator according to the following rules:\n* Values of the same label key will be merged.\n* Duplicate values of the same label key will be removed.",
6186
+ "description": "Generic key-value labels that can be applied to most ORD information.\nThey are defined as an object that may have arbitrary keys.\nThe value of a key is an array of strings.\n\nLabels can be used to attach technical information that cannot be expressed natively in ORD.\nAn ORD aggregator should allow to categorize and query information based on the labels provided.\n\nTo learn more about the concept, see [Labels](../concepts/grouping-and-bundling#labels).\n\nIf multiple parties rely on the existence of certain label information,\nstandardization through ORD SHOULD be preferred.\n\nAll labels attached to a `Package` will be inherited to the resources they contain.\nDuplicate labels will be merged by the ORD aggregator according to the following rules:\n* Values of the same label key will be merged.\n* Duplicate values of the same label key will be removed.\n\n**RECOMMENDATION**: Use a [Concept ID](../index.md#concept-id) as the label key to indicate ownership and avoid naming conflicts.\nThe namespace in the Concept ID clearly identifies who owns and defines the label's semantics.",
6173
6187
  "x-ums-type": "custom",
6174
6188
  "patternProperties": {
6175
- "^[a-zA-Z0-9-_.]*$": {
6189
+ "^[a-zA-Z0-9-_.:/]*$": {
6176
6190
  "type": "array",
6177
6191
  "items": {
6178
6192
  "type": "string",
@@ -6182,9 +6196,14 @@
6182
6196
  },
6183
6197
  "examples": [
6184
6198
  {
6185
- "label-key-1": [
6186
- "label-value-1",
6187
- "label-value-2"
6199
+ "foo.bar:labelKeyName": [
6200
+ "value"
6201
+ ]
6202
+ },
6203
+ {
6204
+ "foo.bar:cost-center": [
6205
+ "CC-12345",
6206
+ "CC-67890"
6188
6207
  ]
6189
6208
  }
6190
6209
  ]
@@ -6193,7 +6212,7 @@
6193
6212
  "title": "Group Type",
6194
6213
  "type": "object",
6195
6214
  "x-ums-type": "root",
6196
- "description": "A Group Type defines the semantics of [group assignments](#group).\nWhat the Group Type means and how it is to be used correctly SHOULD be described in the `description` (which may include markdown links).\n\nGroup Types can be defined centrally (ownership by authority namespace) or decentrally (defined by application / service itself).\n\nTo learn more about the concept, see [Group Concept Documentation](../concepts/grouping-and-bundling#groups).",
6215
+ "description": "A Group Type defines the semantics of [group assignments](#group).\nWhat the Group Type means and how it is to be used correctly SHOULD be described in the `description` (which may include markdown links).\n\nGroup Types can be defined centrally (ownership by an authority namespace or another shared owning namespace) or decentrally (defined by the application / service itself).\n\nTo learn more about the concept, see [Group Concept Documentation](../concepts/grouping-and-bundling#groups).\nFor the distinction between system-scoped and system-independent shared taxonomy, see [Shared Taxonomy, Resources and Contracts](../concepts/shared-resources).",
6197
6216
  "x-introduced-in-version": "1.9.0",
6198
6217
  "properties": {
6199
6218
  "groupTypeId": {
@@ -6232,7 +6251,7 @@
6232
6251
  },
6233
6252
  "examples": [
6234
6253
  [
6235
- "sap.s4:communicationScenario:SAP_COM_0008"
6254
+ "foo.bar:conceptName:localIdentifier"
6236
6255
  ]
6237
6256
  ]
6238
6257
  },
@@ -6314,7 +6333,7 @@
6314
6333
  },
6315
6334
  "examples": [
6316
6335
  [
6317
- "sap.s4:communicationScenario:SAP_COM_0008"
6336
+ "foo.bar:conceptName:localIdentifier"
6318
6337
  ]
6319
6338
  ]
6320
6339
  },
@@ -7052,7 +7071,7 @@
7052
7071
  },
7053
7072
  {
7054
7073
  "const": "beta",
7055
- "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` status MAY be changed or removed at the provider's discretion."
7074
+ "description": "The API contract is released / available to consumers, but has no final stability guarantees.\nBreaking changes may occur at any time without notice or deprecation period.\n\nNot recommended for production use unless you can tolerate breaking changes. Suitable for experimentation, early adopters,\nand feedback gathering. Resources of `beta` `releaseStatus` MAY be changed or removed at the provider's discretion."
7056
7075
  },
7057
7076
  {
7058
7077
  "const": "active",
@@ -7060,11 +7079,11 @@
7060
7079
  },
7061
7080
  {
7062
7081
  "const": "deprecated",
7063
- "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
7082
+ "description": "The resource is still functional but scheduled for removal. No new development should depend on it.\n\nIf the `releaseStatus` is set to `deprecated`, the `deprecationDate` SHOULD be provided.\nIf the `releaseStatus` is set to `deprecated`, and the `sunsetDate` is already known, then the `sunsetDate` SHOULD be provided.\n\nIf successor resources exist, they MUST be referenced through `successors`.\n\nA deprecated resource MAY be sunset (decommissioned/removed) in the future through setting a `Tombstone`.\nOnce the resource is sunset, its description MAY be removed from ORD, but could also be kept with `releaseStatus` set to `sunset`."
7064
7083
  },
7065
7084
  {
7066
7085
  "const": "sunset",
7067
- "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the status is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
7086
+ "description": "The resource has been decommissioned and is no longer available at runtime. This entry exists for historical reference only.\n\nIf the `releaseStatus` is set to `sunset`, a `Tombstone` MUST be set as well and a `sunsetDate` MUST be provided."
7068
7087
  }
7069
7088
  ],
7070
7089
  "examples": [
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Agent Governance is a model extension for ORD that provides governance metadata for AI agents.
3
+ *
4
+ * This is a placeholder schema for future development.
5
+ */
6
+ export interface AgentGovernance {
7
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ // AUTO-GENERATED definition files. Do not modify directly.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQWdlbnRHb3Zlcm5hbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9zcGVjL3YxL3R5cGVzL0FnZW50R292ZXJuYW5jZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsMkRBQTJEIn0=
@@ -186,11 +186,14 @@ export interface SystemInstance {
186
186
  * Duplicate labels will be merged by the ORD aggregator according to the following rules:
187
187
  * * Values of the same label key will be merged.
188
188
  * * Duplicate values of the same label key will be removed.
189
+ *
190
+ * **RECOMMENDATION**: Use a [Concept ID](../index.md#concept-id) as the label key to indicate ownership and avoid naming conflicts.
191
+ * The namespace in the Concept ID clearly identifies who owns and defines the label's semantics.
189
192
  */
190
193
  export interface Labels {
191
194
  /**
192
195
  * This interface was referenced by `Labels`'s JSON-Schema definition
193
- * via the `patternProperty` "^[a-zA-Z0-9-_.]*$".
196
+ * via the `patternProperty` "^[a-zA-Z0-9-_.:/]*$".
194
197
  */
195
198
  [k: string]: string[];
196
199
  }
@@ -435,8 +438,10 @@ export interface ApiResource {
435
438
  * Indicates that the resource serves as interface only and cannot be called directly, similar to the abstract keyword in programming languages like Java.
436
439
  *
437
440
  * Abstract resources define contracts that other resources can declare compatibility with through the `compatibleWith` property.
441
+ * Abstract resources can be system-owned, authority-owned or system-independent, depending on who governs the interface contract.
438
442
  *
439
443
  * More details can be found on the [Compatibility](../concepts/compatibility) concept page.
444
+ * See also [Shared Taxonomy, Resources and Contracts](../concepts/shared-resources#abstract-resources-and-compatiblewith) for how abstract contracts relate to shared ORD IDs.
440
445
  */
441
446
  abstract?: boolean;
442
447
  /**
@@ -1259,8 +1264,10 @@ export interface EventResource {
1259
1264
  * Indicates that the resource serves as interface only and cannot be called directly, similar to the abstract keyword in programming languages like Java.
1260
1265
  *
1261
1266
  * Abstract resources define contracts that other resources can declare compatibility with through the `compatibleWith` property.
1267
+ * Abstract resources can be system-owned, authority-owned or system-independent, depending on who governs the interface contract.
1262
1268
  *
1263
1269
  * More details can be found on the [Compatibility](../concepts/compatibility) concept page.
1270
+ * See also [Shared Taxonomy, Resources and Contracts](../concepts/shared-resources#abstract-resources-and-compatiblewith) for how abstract contracts relate to shared ORD IDs.
1264
1271
  */
1265
1272
  abstract?: boolean;
1266
1273
  /**
@@ -3192,7 +3199,6 @@ export interface Product {
3192
3199
  *
3193
3200
  * The Package can also be used to indicate which products or vendors provided the packaged resources.
3194
3201
  * For partner or customer content, the Package can indicate this via the `vendor` and `partOfProducts` assignments.
3195
- * In any case, the Package `ordID` namespace MUST reflect the namespace of the providing application (which hosts the resource), not the resource definition owner, which could be a customer or partner.
3196
3202
  *
3197
3203
  * A Package SHOULD contain at least one resource. Avoid empty Packages.
3198
3204
  *
@@ -3218,6 +3224,16 @@ export interface Package {
3218
3224
  * But since this is not always possible, no assumptions MUST be made about the local ID being the same as the `<resourceName>` fragment in the ORD ID.
3219
3225
  */
3220
3226
  localId?: string;
3227
+ /**
3228
+ * Correlation IDs can be used to create a reference to related data in other repositories (especially to the system of record).
3229
+ *
3230
+ * They express an "identity" / "equals" / "mappable" relationship to the target ID.
3231
+ *
3232
+ * If a "part of" relationship needs to be expressed, use the `partOfGroups` assignment instead.
3233
+ *
3234
+ * MUST be a valid [Correlation ID](../index.md#correlation-id).
3235
+ */
3236
+ correlationIds?: string[];
3221
3237
  /**
3222
3238
  * Human-readable title.
3223
3239
  *
@@ -3653,9 +3669,10 @@ export interface Group {
3653
3669
  * A Group Type defines the semantics of [group assignments](#group).
3654
3670
  * What the Group Type means and how it is to be used correctly SHOULD be described in the `description` (which may include markdown links).
3655
3671
  *
3656
- * Group Types can be defined centrally (ownership by authority namespace) or decentrally (defined by application / service itself).
3672
+ * Group Types can be defined centrally (ownership by an authority namespace or another shared owning namespace) or decentrally (defined by the application / service itself).
3657
3673
  *
3658
3674
  * To learn more about the concept, see [Group Concept Documentation](../concepts/grouping-and-bundling#groups).
3675
+ * For the distinction between system-scoped and system-independent shared taxonomy, see [Shared Taxonomy, Resources and Contracts](../concepts/shared-resources).
3659
3676
  */
3660
3677
  export interface GroupType {
3661
3678
  /**
@@ -1,2 +1,3 @@
1
1
  export * from "./Configuration";
2
2
  export * from "./Document";
3
+ export * from "./AgentGovernance";
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Configuration"), exports);
18
18
  __exportStar(require("./Document"), exports);
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL3NwZWMvdjEvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGtEQUFnQztBQUNoQyw2Q0FBMkIifQ==
19
+ __exportStar(require("./AgentGovernance"), exports);
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL3NwZWMvdjEvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGtEQUFnQztBQUNoQyw2Q0FBMkI7QUFDM0Isb0RBQWtDIn0=
package/dist/index.js CHANGED
@@ -48,4 +48,4 @@ exports.ordDocumentSchema = staticDocumentSchema;
48
48
  * The JSON Schema (draft-07) describing the ORD Configuration interface
49
49
  */
50
50
  exports.ordConfigurationSchema = staticConfigurationSchema;
51
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsdUdBQXlGO0FBQ3pGLGlIQUFtRztBQUduRyw0REFBMEM7QUFFMUM7O0dBRUc7QUFDVSxRQUFBLGlCQUFpQixHQUFHLG9CQUFxRCxDQUFDO0FBRXZGOztHQUVHO0FBQ1UsUUFBQSxzQkFBc0IsR0FBRyx5QkFBMEQsQ0FBQyJ9
51
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsdUdBQXlGO0FBQ3pGLGlIQUFtRztBQUduRyw0REFBMEM7QUFFMUM7O0dBRUc7QUFDVSxRQUFBLGlCQUFpQixHQUM3QixvQkFBcUQsQ0FBQztBQUV2RDs7R0FFRztBQUNVLFFBQUEsc0JBQXNCLEdBQ2xDLHlCQUEwRCxDQUFDIn0=
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package",
3
3
  "name": "@open-resource-discovery/specification",
4
- "version": "1.14.3",
4
+ "version": "1.14.5",
5
5
  "description": "Open Resource Discovery (ORD) Specification",
6
6
  "author": "SAP SE",
7
7
  "license": "Apache-2.0",
@@ -9,7 +9,7 @@
9
9
  "types": "dist/index.d.ts",
10
10
  "engines": {
11
11
  "node": ">=22.0.0",
12
- "npm": ">=10.0.0"
12
+ "npm": ">=11.0.0"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",