* 3 new streams to the github api and adding task_id in the stories stream for the connector asana * pull request update bump version GitHub Asana * correct schema * remove changes on asana connector - moved to another pull request * security alert stream add variable * bump version github * fix schema * fix schemad * solve conflic * correct teams stream * remove stream and fix some files * remove config catalog * correct schema * solve fb conflict * solve final conflict with files * correct github streams * correct assignes in config_catalog * update docs and bump connector version Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
37 lines
664 B
JSON
37 lines
664 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"id": {
|
|
"type": "integer"
|
|
},
|
|
"node_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"path": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"state": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"created_at": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"updated_at": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"html_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"badge_url": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
}
|