* Source Github: add reaction streams Co-authored-by: ykurochkin <y.kurochkin@zazmic.com>
25 lines
418 B
JSON
25 lines
418 B
JSON
{
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"node_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"content": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"created_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"user": {
|
|
"$ref": "user.json"
|
|
},
|
|
"repository": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
}
|