Ensure basic pipeline schema matches new definition

This commit is contained in:
Robert Speicher 2018-07-20 09:46:49 -07:00
parent 6cb52964a6
commit c0c58167d3
No known key found for this signature in database
GPG Key ID: 1D812769A7706642
1 changed files with 4 additions and 2 deletions

View File

@ -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
}