Skip to content

Commit adb5b93

Browse files
Update schema for latest release
1 parent d027392 commit adb5b93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

schema/latest/pipelines-schema.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"envs",
1111
"trigger",
1212
"stages",
13-
"global_envs"
13+
"global_envs",
14+
"validateContext"
1415
],
1516
"properties": {
1617
"description": {
@@ -6783,6 +6784,9 @@
67836784
},
67846785
"title": "Trigger Expression",
67856786
"type": "object"
6787+
},
6788+
"validateContext": {
6789+
"type": "string"
67866790
}
67876791
},
67886792
"required": [

0 commit comments

Comments
 (0)