* Add Organizations stream to Github Source * Add Repositories stream * Add Repositories stream spec * Add Branches stream * Add Tags stream * Add ReviewComments stream * Add users stream * Add pull request stats stream Co-authored-by: Chris Wu <chris@faros.ai> Co-authored-by: ykurochkin <y.kurochkin@zazmic.com>
49 lines
913 B
JSON
49 lines
913 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"organization": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"repository": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"node_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"html_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"slug": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"description": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"privacy": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"permission": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"members_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"repositories_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"parent": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
}
|