2018-03-27 19:54:05 +05:30
|
|
|
{
|
2018-12-05 23:21:45 +05:30
|
|
|
"type": "object",
|
|
|
|
"required": [
|
|
|
|
"sha",
|
|
|
|
"created_at",
|
|
|
|
"iid",
|
|
|
|
"tag",
|
|
|
|
"last?",
|
|
|
|
"ref",
|
|
|
|
"id"
|
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"created_at": { "type": "string" },
|
|
|
|
"id": { "type": "integer" },
|
|
|
|
"iid": { "type": "integer" },
|
|
|
|
"last?": { "type": "boolean" },
|
|
|
|
"ref": {
|
|
|
|
"type": "object",
|
|
|
|
"required": [
|
|
|
|
"name"
|
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"name": { "type": "string" }
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
2018-03-27 19:54:05 +05:30
|
|
|
},
|
2018-12-05 23:21:45 +05:30
|
|
|
"sha": { "type": "string" },
|
|
|
|
"tag": { "type": "boolean" }
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
2018-03-27 19:54:05 +05:30
|
|
|
}
|