Skip to content

Commit

Permalink
Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored and angusfretwell committed Dec 12, 2024
1 parent 7168e04 commit f7d0a6d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,10 @@
"type": "object",
"properties": {
"paths": {
"anyOf": [
{ "type": "string" },
{
"type": "array",
"items": { "type": "string" }
}
]
"anyOf": {
"type": "array",
"items": { "type": "string" }
}
},
"size": {
"type": "string",
Expand Down Expand Up @@ -708,9 +705,6 @@
"cache": {
"$ref": "#/definitions/cache"
},
"cache": {
"$ref": "#/definitions/cache"
},
"cancel_on_build_failing": {
"$ref": "#/definitions/cancelOnBuildFailing"
},
Expand Down

0 comments on commit f7d0a6d

Please sign in to comment.