Commit c0c58167 authored by Robert Speicher's avatar Robert Speicher

Ensure basic pipeline schema matches new definition

parent 6cb52964
...@@ -4,13 +4,15 @@ ...@@ -4,13 +4,15 @@
"id", "id",
"sha", "sha",
"ref", "ref",
"status" "status",
"web_url"
], ],
"properties" : { "properties" : {
"id": { "type": "integer" }, "id": { "type": "integer" },
"sha": { "type": "string" }, "sha": { "type": "string" },
"ref": { "type": "string" }, "ref": { "type": "string" },
"status": { "type": "string" } "status": { "type": "string" },
"web_url": { "type": "string" }
}, },
"additionalProperties": false "additionalProperties": false
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment