Skip to content

Commit

Permalink
fix: update deploy-retrieve schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Jan 18, 2023
1 parent 5c6bbe7 commit 1b73905
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schemas/@sf/deploy-retrieve/deploy-metadata-cancel.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"replacements": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
"files": {
"type": "array",
"items": {
Expand Down
9 changes: 9 additions & 0 deletions schemas/@sf/deploy-retrieve/deploy-metadata-quick.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"replacements": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
"files": {
"type": "array",
"items": {
Expand Down
9 changes: 9 additions & 0 deletions schemas/@sf/deploy-retrieve/deploy-metadata-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"replacements": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
"files": {
"type": "array",
"items": {
Expand Down
9 changes: 9 additions & 0 deletions schemas/@sf/deploy-retrieve/deploy-metadata-resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"replacements": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
"files": {
"type": "array",
"items": {
Expand Down
9 changes: 9 additions & 0 deletions schemas/@sf/deploy-retrieve/deploy-metadata-validate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"replacements": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
"files": {
"type": "array",
"items": {
Expand Down
9 changes: 9 additions & 0 deletions schemas/@sf/deploy-retrieve/deploy-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"type": "object",
"additionalProperties": false,
"properties": {
"replacements": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
"files": {
"type": "array",
"items": {
Expand Down

0 comments on commit 1b73905

Please sign in to comment.