27 lines
452 B
JSON
27 lines
452 B
JSON
{
|
|
"type": "object",
|
|
"required": ["id", "sha", "ref", "status", "created_at", "updated_at", "web_url"],
|
|
"properties": {
|
|
"id": {
|
|
"type": "integer"
|
|
},
|
|
"sha": {
|
|
"type": "string"
|
|
},
|
|
"ref": {
|
|
"type": "string"
|
|
},
|
|
"status": {
|
|
"type": "string"
|
|
},
|
|
"created_at": {
|
|
"type": "string"
|
|
},
|
|
"updated_at": {
|
|
"type": "string"
|
|
},
|
|
"web_url": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|