Skip to content

Commit

Permalink
actions.schema - add rename action type
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 2, 2023
1 parent dd57629 commit 32ebe19
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions actions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"convert",
"extract",
"manual",
"ignore",
"reidentify"
"rename",
"reidentify",
"ignore"
]
},
"convert": {
Expand Down Expand Up @@ -84,6 +85,14 @@
}
}
},
"rename": {
"type": "object",
"properties": {
"new_name": {
"type": "string"
}
}
},
"reidentify": {
"type": "object",
"required": [
Expand All @@ -99,6 +108,7 @@
"convert",
"extract",
"manual",
"rename",
"ignore"
]
}
Expand Down

0 comments on commit 32ebe19

Please sign in to comment.