Skip to content

Commit

Permalink
Merge pull request #183 from Geoplateforme/debug_workflow_edit
Browse files Browse the repository at this point in the history
workflow.json: prise en compte de remove_tags et remove_comments
  • Loading branch information
vsasyan-ignf authored Sep 30, 2024
2 parents 49c066e + 107b3e5 commit 0d44b09
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sdk_entrepot_gpf/_conf/json_schemas/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,21 @@
"type": "string"
}
},
"remove_comments": {
"type": "array",
"items": {
"type": "string"
}
},
"tags": {
"type": "object"
},
"remove_tags": {
"type": "array",
"items": {
"type": "string"
}
},
"datastore": {
"type": "string"
},
Expand Down

0 comments on commit 0d44b09

Please sign in to comment.