@elyra/pipeline-schemas 3.0.80 → 3.0.81

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.
@@ -297,7 +297,7 @@
297
297
  "additionalProperties": false
298
298
  },
299
299
  "decoration_def": {
300
- "oneOf": [
300
+ "anyOf": [
301
301
  {
302
302
  "$ref": "#/definitions/node_decoration_def"
303
303
  },
@@ -324,7 +324,7 @@
324
324
  ]
325
325
  }
326
326
  },
327
- "oneOf": [
327
+ "anyOf": [
328
328
  {
329
329
  "$ref": "#/definitions/image_decoration_def"
330
330
  },
@@ -355,7 +355,7 @@
355
355
  "type": "integer"
356
356
  }
357
357
  },
358
- "oneOf": [
358
+ "anyOf": [
359
359
  {
360
360
  "$ref": "#/definitions/image_decoration_def"
361
361
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyra/pipeline-schemas",
3
- "version": "3.0.80",
3
+ "version": "3.0.81",
4
4
  "description": "pipeline-schemas",
5
5
  "main": "common-pipeline/pipeline-flow/upgrade/upgrade-flow.js",
6
6
  "homepage": "https://github.com/elyra-ai/pipeline-schemas",