@open-resource-discovery/specification 1.14.0 → 1.14.2
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.
|
@@ -106,6 +106,8 @@
|
|
|
106
106
|
"type": "boolean",
|
|
107
107
|
"description": "Whether the information in the ORD document is **system-instance-aware**.\nThis is the case when the provided ORD document potentially differs between **system instances** (e.g. due to multi-tenancy, configuration or extensibility).\n\nIf a document is system-instance-aware, an ORD aggregator MUST fetch it for _each_ **system instance** (tenant), not just once per system type.\n\nThis concept is now **deprecated** in favor of the more explicit `perspective` attribute.\nIt is strongly RECOMMENDED to split metadata into separate documents for the different perspectives (static vs. dynamic).\n\nFor a detailed explanation, see [perspectives concept page](../concepts/perspectives.md) or the [specification section](../index.md#perspectives).",
|
|
108
108
|
"default": false,
|
|
109
|
+
"x-deprecated-in-version": "1.12.0",
|
|
110
|
+
"x-deprecation-text": "Please use `perspective` instead and split content of different perspectives into different ORD documents.",
|
|
109
111
|
"examples": [
|
|
110
112
|
true
|
|
111
113
|
]
|