Skip to content

Commit 7531ed4

Browse files
author
alisaraa
committed
adding the rest of the fields for reviews
1 parent eebfae5 commit 7531ed4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

tap_github/reviews.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
"type": ["null", "integer"]
1717
}
1818
}
19+
},
20+
"body": {
21+
"type": ["null", "string"]
22+
},
23+
"state": {
24+
"type": ["null", "string"]
25+
},
26+
"commit_id": {
27+
"type": ["null", "string"]
28+
},
29+
"html_url": {
30+
"type": ["null", "string"]
31+
},
32+
"pull_request_url": {
33+
"type": ["null", "string"]
1934
}
2035
}
2136
}

0 commit comments

Comments
 (0)