28 lines
449 B
JSON
28 lines
449 B
JSON
{
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"node_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"content": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"created_at": {
|
|
"type": "string",
|
|
"format": "date-time"
|
|
},
|
|
"user": {
|
|
"$ref": "user.json"
|
|
},
|
|
"repository": {
|
|
"type": "string"
|
|
},
|
|
"comment_id": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|