@open-resource-discovery/specification 1.16.0 → 1.16.1

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.
@@ -5754,6 +5754,9 @@
5754
5754
  "items": {
5755
5755
  "$ref": "#/definitions/CapabilityIntegrationAspect"
5756
5756
  }
5757
+ },
5758
+ "labels": {
5759
+ "$ref": "#/definitions/Labels"
5757
5760
  }
5758
5761
  },
5759
5762
  "additionalProperties": false,
@@ -5793,6 +5796,9 @@
5793
5796
  "items": {
5794
5797
  "$ref": "#/definitions/ApiResourceIntegrationAspectSubset"
5795
5798
  }
5799
+ },
5800
+ "labels": {
5801
+ "$ref": "#/definitions/Labels"
5796
5802
  }
5797
5803
  },
5798
5804
  "additionalProperties": false,
@@ -5846,6 +5852,9 @@
5846
5852
  "sap.s4"
5847
5853
  ]
5848
5854
  ]
5855
+ },
5856
+ "labels": {
5857
+ "$ref": "#/definitions/Labels"
5849
5858
  }
5850
5859
  },
5851
5860
  "additionalProperties": false,
@@ -5918,6 +5927,9 @@
5918
5927
  "1.2.3",
5919
5928
  "1.0.0-alpha.1"
5920
5929
  ]
5930
+ },
5931
+ "labels": {
5932
+ "$ref": "#/definitions/Labels"
5921
5933
  }
5922
5934
  },
5923
5935
  "additionalProperties": false,
@@ -3415,6 +3415,7 @@ export interface Aspect {
3415
3415
  * List of Capability Dependencies.
3416
3416
  */
3417
3417
  capabilities?: CapabilityIntegrationAspect[];
3418
+ labels?: Labels;
3418
3419
  }
3419
3420
  /**
3420
3421
  * API resource related integration aspect
@@ -3440,6 +3441,7 @@ export interface ApiResourceIntegrationAspect {
3440
3441
  * For more details and examples, see [Integration Dependency](../concepts/integration-dependency).
3441
3442
  */
3442
3443
  subset?: APIResourceIntegrationAspectSubset[];
3444
+ labels?: Labels;
3443
3445
  }
3444
3446
  /**
3445
3447
  * Defines that the API Resource Integration Aspect only requires a subset of the referenced contract.
@@ -3487,6 +3489,7 @@ export interface EventResourceIntegrationAspect {
3487
3489
  * @minItems 1
3488
3490
  */
3489
3491
  systemTypeRestriction?: [string, ...string[]];
3492
+ labels?: Labels;
3490
3493
  }
3491
3494
  /**
3492
3495
  * Defines that Event Resource Integration Aspect only requires a subset of the referenced contract.
@@ -3518,6 +3521,7 @@ export interface CapabilityIntegrationAspect {
3518
3521
  *
3519
3522
  */
3520
3523
  minVersion?: string;
3524
+ labels?: Labels;
3521
3525
  }
3522
3526
  /**
3523
3527
  * The vendor of a product or a package, usually a corporation or a customer / user.
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.16.0",
4
+ "version": "1.16.1",
5
5
  "description": "Open Resource Discovery (ORD) Specification",
6
6
  "author": "SAP SE",
7
7
  "license": "Apache-2.0",
@@ -47,7 +47,7 @@
47
47
  "@docusaurus/theme-mermaid": "3.10.1",
48
48
  "@easyops-cn/docusaurus-search-local": "0.55.2",
49
49
  "@mdx-js/react": "3.1.1",
50
- "@open-resource-discovery/spec-toolkit": "0.8.0",
50
+ "@open-resource-discovery/spec-toolkit": "0.8.1",
51
51
  "@types/fs-extra": "11.0.4",
52
52
  "ajv": "8.20.0",
53
53
  "ajv-formats": "3.0.1",