Skip to content

Commit

Permalink
Update json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesin11 committed Dec 27, 2024
1 parent 77090af commit 4264c89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,26 @@
}
},
"additionalProperties": false
},
"gcs": {
"type": "object",
"properties": {
"project": {
"type": "string"
},
"bucket": {
"type": "string"
},
"prefixTemplate": {
"type": "string"
}
},
"required": [
"project",
"bucket",
"prefixTemplate"
],
"additionalProperties": false
}
},
"additionalProperties": false
Expand Down

0 comments on commit 4264c89

Please sign in to comment.