38 lines
No EOL
614 B
JSON
38 lines
No EOL
614 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "string"
|
|
},
|
|
"issueKeys": {
|
|
"type": "array"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"lastCommit": {
|
|
"$ref": "./commit.json"
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"format": "uri"
|
|
},
|
|
"createPullRequestUrl": {
|
|
"type": "string",
|
|
"format": "uri"
|
|
},
|
|
"updateSequenceId": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"id",
|
|
"issueKeys",
|
|
"name",
|
|
"lastCommit",
|
|
"url",
|
|
"createPullRequestUrl",
|
|
"updateSequenceId"
|
|
],
|
|
"additionalProperties": false
|
|
} |