1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐛 Source Github: add new streams Deployments, ProjectColumns, PullRequestCommits (#10385)

Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
This commit is contained in:
Serhii Chvaliuk
2022-03-03 21:07:17 +02:00
committed by GitHub
parent d73af697e4
commit b2aa69574c
13 changed files with 598 additions and 48 deletions

View File

@@ -0,0 +1,121 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"url": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "integer"]
},
"node_id": {
"type": ["null", "string"]
},
"task": {
"type": ["null", "string"]
},
"original_environment": {
"type": ["null", "string"]
},
"environment": {
"type": ["null", "string"]
},
"description": {
"type": ["null", "string"]
},
"created_at": {
"type": ["null", "string"],
"format": "date-time"
},
"updated_at": {
"type": ["null", "string"],
"format": "date-time"
},
"statuses_url": {
"type": ["null", "string"]
},
"repository_url": {
"type": ["null", "string"]
},
"creator": {
"type": "object",
"properties": {
"login": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "integer"]
},
"node_id": {
"type": ["null", "string"]
},
"avatar_url": {
"type": ["null", "string"]
},
"gravatar_id": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
},
"html_url": {
"type": ["null", "string"]
},
"followers_url": {
"type": ["null", "string"]
},
"following_url": {
"type": ["null", "string"]
},
"gists_url": {
"type": ["null", "string"]
},
"starred_url": {
"type": ["null", "string"]
},
"subscriptions_url": {
"type": ["null", "string"]
},
"organizations_url": {
"type": ["null", "string"]
},
"repos_url": {
"type": ["null", "string"]
},
"events_url": {
"type": ["null", "string"]
},
"received_events_url": {
"type": ["null", "string"]
},
"type": {
"type": ["null", "string"]
},
"site_admin": {
"type": ["null", "boolean"]
}
}
},
"sha": {
"type": ["null", "string"]
},
"ref": {
"type": ["null", "string"]
},
"payload": {
"type": ["null", "string", "object"]
},
"transient_environment": {
"type": ["null", "boolean"]
},
"production_environment": {
"type": ["null", "boolean"]
},
"performed_via_github_app": {
"type": ["null", "string"]
},
"repository": {
"type": ["null", "string"]
}
}
}

View File

@@ -0,0 +1,36 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"url": {
"type": ["null", "string"]
},
"project_url": {
"type": ["null", "string"]
},
"cards_url": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "integer"]
},
"node_id": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"created_at": {
"type": ["null", "string"]
},
"updated_at": {
"type": ["null", "string"]
},
"repository": {
"type": ["null", "string"]
},
"project_id": {
"type": ["null", "string"]
}
}
}

View File

@@ -0,0 +1,232 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"sha": {
"type": ["null", "string"]
},
"node_id": {
"type": ["null", "string"]
},
"commit": {
"type": "object",
"properties": {
"author": {
"type": "object",
"properties": {
"name": {
"type": ["null", "string"]
},
"email": {
"type": ["null", "string"]
},
"date": {
"type": ["null", "string"]
}
}
},
"committer": {
"type": "object",
"properties": {
"name": {
"type": ["null", "string"]
},
"email": {
"type": ["null", "string"]
},
"date": {
"type": ["null", "string"]
}
}
},
"message": {
"type": ["null", "string"]
},
"tree": {
"type": "object",
"properties": {
"sha": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
}
}
},
"url": {
"type": ["null", "string"]
},
"comment_count": {
"type": ["null", "integer"]
},
"verification": {
"type": "object",
"properties": {
"verified": {
"type": ["null", "boolean"]
},
"reason": {
"type": ["null", "string"]
},
"signature": {
"type": ["null", "string"]
},
"payload": {
"type": ["null", "string"]
}
}
}
}
},
"url": {
"type": ["null", "string"]
},
"html_url": {
"type": ["null", "string"]
},
"comments_url": {
"type": ["null", "string"]
},
"author": {
"type": "object",
"properties": {
"login": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "integer"]
},
"node_id": {
"type": ["null", "string"]
},
"avatar_url": {
"type": ["null", "string"]
},
"gravatar_id": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
},
"html_url": {
"type": ["null", "string"]
},
"followers_url": {
"type": ["null", "string"]
},
"following_url": {
"type": ["null", "string"]
},
"gists_url": {
"type": ["null", "string"]
},
"starred_url": {
"type": ["null", "string"]
},
"subscriptions_url": {
"type": ["null", "string"]
},
"organizations_url": {
"type": ["null", "string"]
},
"repos_url": {
"type": ["null", "string"]
},
"events_url": {
"type": ["null", "string"]
},
"received_events_url": {
"type": ["null", "string"]
},
"type": {
"type": ["null", "string"]
},
"site_admin": {
"type": ["null", "boolean"]
}
}
},
"committer": {
"type": "object",
"properties": {
"login": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "integer"]
},
"node_id": {
"type": ["null", "string"]
},
"avatar_url": {
"type": ["null", "string"]
},
"gravatar_id": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
},
"html_url": {
"type": ["null", "string"]
},
"followers_url": {
"type": ["null", "string"]
},
"following_url": {
"type": ["null", "string"]
},
"gists_url": {
"type": ["null", "string"]
},
"starred_url": {
"type": ["null", "string"]
},
"subscriptions_url": {
"type": ["null", "string"]
},
"organizations_url": {
"type": ["null", "string"]
},
"repos_url": {
"type": ["null", "string"]
},
"events_url": {
"type": ["null", "string"]
},
"received_events_url": {
"type": ["null", "string"]
},
"type": {
"type": ["null", "string"]
},
"site_admin": {
"type": ["null", "boolean"]
}
}
},
"parents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"sha": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
},
"html_url": {
"type": ["null", "string"]
}
}
}
},
"repository": {
"type": ["null", "string"]
},
"pull_number": {
"type": ["null", "integer"]
}
}
}

View File

@@ -42,7 +42,7 @@
"type": ["null", "string"]
},
"parent": {
"type": ["null", "string"]
"type": ["null", "object"]
}
}
}