* github schema * GitHub dockerfile * formatted * 🎉Source HubSpot: Adds form_submission and property_history streams (#7787) * Began working on HubSpot Form Submission Connector * Added Property History Stream * Added form_guid to as value to form_submissions_stream. * Finalized the Form Submission Stream * Added documentation and test config * Corrected Version Number * updated version number to 0.1.25 * removed or none worked on tests * Changed code due to review comments & merges * readded Propertyhistory after merging * bump connector version Co-authored-by: Tino Merl <tino.merl@park-sieben.com> Co-authored-by: Marcos Marx <marcosmarxm@gmail.com> * bump connector version Co-authored-by: Tino Merl <35485536+tinomerl@users.noreply.github.com> Co-authored-by: Tino Merl <tino.merl@park-sieben.com> Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
364 lines
7.8 KiB
JSON
364 lines
7.8 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"repository": {
|
|
"type": ["string"]
|
|
},
|
|
"url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"node_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"html_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"diff_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"patch_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"issue_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"commits_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"review_comments_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"review_comment_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"comments_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"statuses_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"number": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"state": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"locked": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"title": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"user": {
|
|
"$ref": "user.json"
|
|
},
|
|
"body": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"labels": {
|
|
"type": ["null", "array"],
|
|
"items": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"node_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"description": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"color": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"default": {
|
|
"type": ["null", "boolean"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"milestone": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"html_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"labels_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"node_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"number": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"state": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"title": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"description": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"creator": {
|
|
"$ref": "user.json"
|
|
},
|
|
"open_issues": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"closed_issues": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"created_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"updated_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"closed_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"due_on": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
}
|
|
}
|
|
},
|
|
"active_lock_reason": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"created_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"updated_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"closed_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"merged_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"merge_commit_sha": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"assignee": {
|
|
"$ref": "user.json"
|
|
},
|
|
"assignees": {
|
|
"type": ["null", "array"],
|
|
"items": {
|
|
"$ref": "user.json"
|
|
}
|
|
},
|
|
"requested_reviewers": {
|
|
"type": ["null", "array"],
|
|
"items": {
|
|
"$ref": "user.json"
|
|
}
|
|
},
|
|
"requested_teams": {
|
|
"type": ["null", "array"],
|
|
"items": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"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": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"head": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"label": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"ref": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"sha": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"user_id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"repo_id": {
|
|
"type": ["null", "integer"]
|
|
}
|
|
}
|
|
},
|
|
"base": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"label": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"ref": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"sha": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"user_id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"repo_id": {
|
|
"type": ["null", "integer"]
|
|
}
|
|
}
|
|
},
|
|
"_links": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"self": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"href": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"html": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"href": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"issue": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"href": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"comments": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"href": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"review_comments": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"href": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"review_comment": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"href": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"commits": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"href": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"statuses": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"href": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"author_association": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"auto_merge": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"enabled_by": {
|
|
"$ref": "user.json"
|
|
},
|
|
"commit_title": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"merge_method": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"commit_message": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"draft": {
|
|
"type": ["null", "boolean"]
|
|
}
|
|
}
|
|
}
|