* added user friendly messages, added AirbyteTracedException config_error * added formatting * fixed 'if' condition * removed HTTPError words from error examples * changed http to https for all schemas * removed http adapter * updated expected record file - one record for each stream * updated expected record file * updated expected record file * bumped connector version * auto-bump connector version --------- Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
51 lines
974 B
JSON
51 lines
974 B
JSON
{
|
|
"$schema": "https://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", "object"],
|
|
"properties": {},
|
|
"additionalProperties": true
|
|
}
|
|
}
|
|
}
|