Skip to content

Commit

Permalink
fix patternProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Sep 27, 2024
1 parent cdc4b72 commit 31e20a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"description": "Structure of the input channel",
"items": {
"type": "object",
"structureProperties": {
"patternProperties": {
".*": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -118,7 +118,7 @@
"description": "Structure of the output channel",
"items": {
"type": "object",
"structureProperties": {
"patternProperties": {
".*": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 31e20a6

Please sign in to comment.