Ensure basic pipeline schema matches new definition

上级 6cb52964
......@@ -4,13 +4,15 @@
"id",
"sha",
"ref",
"status"
"status",
"web_url"
],
"properties" : {
"id": { "type": "integer" },
"sha": { "type": "string" },
"ref": { "type": "string" },
"status": { "type": "string" }
"status": { "type": "string" },
"web_url": { "type": "string" }
},
"additionalProperties": false
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册