mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -1,38 +1,38 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"file_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"encoding": {
|
||||
"type": "string"
|
||||
},
|
||||
"content_sha256": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
},
|
||||
"blob_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"commit_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_commit_id": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"content_sha256": {
|
||||
"type": "string"
|
||||
},
|
||||
"encoding": {
|
||||
"type": "string"
|
||||
},
|
||||
"execute_filemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"content": {
|
||||
"file_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"file_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_commit_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ref": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"mode": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,52 +1,39 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"iid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"project_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"closed_by": {
|
||||
"type": "null"
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"award_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_as_duplicate_of": {
|
||||
"type": "null"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"milestone": {
|
||||
"type": "null"
|
||||
},
|
||||
"assignees": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
@@ -54,25 +41,13 @@
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatar_url": {
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"name",
|
||||
"state",
|
||||
"locked",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
@@ -81,8 +56,8 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
@@ -90,151 +65,43 @@
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"name",
|
||||
"state",
|
||||
"locked",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_notes_count": {
|
||||
"blocking_issues_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"merge_requests_count": {
|
||||
"type": "integer"
|
||||
"closed_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"downvotes": {
|
||||
"type": "integer"
|
||||
"closed_by": {
|
||||
"type": "null"
|
||||
},
|
||||
"confidential": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"discussion_locked": {
|
||||
"type": "null"
|
||||
},
|
||||
"issue_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_stats": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"time_estimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total_time_spent": {
|
||||
"type": "integer"
|
||||
},
|
||||
"human_time_estimate": {
|
||||
"type": "null"
|
||||
},
|
||||
"human_total_time_spent": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"time_estimate",
|
||||
"total_time_spent",
|
||||
"human_time_estimate",
|
||||
"human_total_time_spent"
|
||||
]
|
||||
},
|
||||
"task_completion_status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"completed_count": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"count",
|
||||
"completed_count"
|
||||
]
|
||||
},
|
||||
"blocking_issues_count": {
|
||||
"downvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"has_tasks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"task_status": {
|
||||
"type": "string"
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"award_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_as_duplicate_of": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"self",
|
||||
"notes",
|
||||
"award_emoji",
|
||||
"project",
|
||||
"closed_as_duplicate_of"
|
||||
]
|
||||
},
|
||||
"references": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"short": {
|
||||
"type": "string"
|
||||
},
|
||||
"relative": {
|
||||
"type": "string"
|
||||
},
|
||||
"full": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"short",
|
||||
"relative",
|
||||
"full"
|
||||
]
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"moved_to_id": {
|
||||
"type": "null"
|
||||
"iid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"imported": {
|
||||
"type": "boolean"
|
||||
@@ -242,9 +109,102 @@
|
||||
"imported_from": {
|
||||
"type": "string"
|
||||
},
|
||||
"issue_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"merge_requests_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"milestone": {
|
||||
"type": "null"
|
||||
},
|
||||
"moved_to_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"project_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"references": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"full": {
|
||||
"type": "string"
|
||||
},
|
||||
"relative": {
|
||||
"type": "string"
|
||||
},
|
||||
"short": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_desk_reply_to": {
|
||||
"type": "null"
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"task_completion_status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"completed_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"count": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"task_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_stats": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"human_time_estimate": {
|
||||
"type": "null"
|
||||
},
|
||||
"human_total_time_spent": {
|
||||
"type": "null"
|
||||
},
|
||||
"time_estimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total_time_spent": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"user_notes_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"weight": {
|
||||
"type": "null"
|
||||
}
|
||||
|
||||
213
packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/edit.json
vendored
Normal file
213
packages/nodes-base/nodes/Gitlab/__schema__/v1.0.0/issue/edit.json
vendored
Normal file
@@ -0,0 +1,213 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"award_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_as_duplicate_of": {
|
||||
"type": "null"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"assignees": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"blocking_issues_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"confidential": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"downvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"epic": {
|
||||
"type": "null"
|
||||
},
|
||||
"epic_iid": {
|
||||
"type": "null"
|
||||
},
|
||||
"has_tasks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"iid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"issue_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"iteration": {
|
||||
"type": "null"
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"merge_requests_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"milestone": {
|
||||
"type": "null"
|
||||
},
|
||||
"moved_to_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"project_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"references": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"full": {
|
||||
"type": "string"
|
||||
},
|
||||
"relative": {
|
||||
"type": "string"
|
||||
},
|
||||
"short": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_desk_reply_to": {
|
||||
"type": "null"
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"task_completion_status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"completed_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"count": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"task_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_stats": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"human_time_estimate": {
|
||||
"type": "null"
|
||||
},
|
||||
"human_total_time_spent": {
|
||||
"type": "null"
|
||||
},
|
||||
"time_estimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total_time_spent": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"user_notes_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"weight": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,31 +1,50 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"award_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_as_duplicate_of": {
|
||||
"type": "null"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"iid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"project_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"assignee": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"assignees": {
|
||||
@@ -33,11 +52,14 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
@@ -45,25 +67,13 @@
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatar_url": {
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"name",
|
||||
"state",
|
||||
"locked",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
@@ -72,8 +82,8 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
@@ -81,190 +91,32 @@
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"name",
|
||||
"state",
|
||||
"locked",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"assignee": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"name",
|
||||
"state",
|
||||
"locked",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
}
|
||||
},
|
||||
"user_notes_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"merge_requests_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"downvotes": {
|
||||
"blocking_issues_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"confidential": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"issue_type": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_stats": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"time_estimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total_time_spent": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"time_estimate",
|
||||
"total_time_spent",
|
||||
"human_time_estimate",
|
||||
"human_total_time_spent"
|
||||
]
|
||||
},
|
||||
"task_completion_status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"completed_count": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"count",
|
||||
"completed_count"
|
||||
]
|
||||
},
|
||||
"blocking_issues_count": {
|
||||
"downvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"has_tasks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"award_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_as_duplicate_of": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"self",
|
||||
"notes",
|
||||
"award_emoji",
|
||||
"project",
|
||||
"closed_as_duplicate_of"
|
||||
]
|
||||
},
|
||||
"references": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"short": {
|
||||
"type": "string"
|
||||
},
|
||||
"relative": {
|
||||
"type": "string"
|
||||
},
|
||||
"full": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"short",
|
||||
"relative",
|
||||
"full"
|
||||
]
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"moved_to_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"imported": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"imported_from": {
|
||||
"type": "string"
|
||||
},
|
||||
"service_desk_reply_to": {
|
||||
"type": "null"
|
||||
},
|
||||
"epic": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"group_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -276,22 +128,42 @@
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"iid",
|
||||
"title",
|
||||
"url",
|
||||
"group_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_tasks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"iid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"imported": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"imported_from": {
|
||||
"type": "string"
|
||||
},
|
||||
"issue_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"iteration": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -301,88 +173,107 @@
|
||||
"sequence": {
|
||||
"type": "integer"
|
||||
},
|
||||
"group_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"start_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"iid",
|
||||
"sequence",
|
||||
"group_id",
|
||||
"title",
|
||||
"description",
|
||||
"state",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"start_date",
|
||||
"due_date",
|
||||
"web_url"
|
||||
]
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"merge_requests_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"moved_to_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"project_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"references": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"full": {
|
||||
"type": "string"
|
||||
},
|
||||
"relative": {
|
||||
"type": "string"
|
||||
},
|
||||
"short": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_desk_reply_to": {
|
||||
"type": "null"
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"task_completion_status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"completed_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"count": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"task_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_stats": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"time_estimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total_time_spent": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"user_notes_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"iid",
|
||||
"project_id",
|
||||
"title",
|
||||
"description",
|
||||
"state",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"closed_at",
|
||||
"closed_by",
|
||||
"labels",
|
||||
"milestone",
|
||||
"assignees",
|
||||
"author",
|
||||
"type",
|
||||
"assignee",
|
||||
"user_notes_count",
|
||||
"merge_requests_count",
|
||||
"upvotes",
|
||||
"downvotes",
|
||||
"due_date",
|
||||
"confidential",
|
||||
"discussion_locked",
|
||||
"issue_type",
|
||||
"web_url",
|
||||
"time_stats",
|
||||
"task_completion_status",
|
||||
"blocking_issues_count",
|
||||
"has_tasks",
|
||||
"_links",
|
||||
"references",
|
||||
"severity",
|
||||
"moved_to_id",
|
||||
"service_desk_reply_to"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,229 +1,73 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"name_with_namespace": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_with_namespace": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"default_branch": {
|
||||
"type": "string"
|
||||
},
|
||||
"ssh_url_to_repo": {
|
||||
"type": "string"
|
||||
},
|
||||
"http_url_to_repo": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"forks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"star_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_activity_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"namespace": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"path",
|
||||
"kind",
|
||||
"full_path",
|
||||
"parent_id",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
},
|
||||
"container_registry_image_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"self": {
|
||||
"cluster_agents": {
|
||||
"type": "string"
|
||||
},
|
||||
"events": {
|
||||
"type": "string"
|
||||
},
|
||||
"issues": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "string"
|
||||
},
|
||||
"members": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_requests": {
|
||||
"type": "string"
|
||||
},
|
||||
"repo_branches": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "string"
|
||||
},
|
||||
"events": {
|
||||
"type": "string"
|
||||
},
|
||||
"members": {
|
||||
"type": "string"
|
||||
},
|
||||
"cluster_agents": {
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"self"
|
||||
]
|
||||
}
|
||||
},
|
||||
"empty_repo": {
|
||||
"allow_pipeline_trigger_approve_deployment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"visibility": {
|
||||
"type": "string"
|
||||
},
|
||||
"repository_object_format": {
|
||||
"type": "string"
|
||||
},
|
||||
"issues_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"merge_requests_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"wiki_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"jobs_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"snippets_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"container_registry_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"service_desk_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_create_merge_request_in": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"issues_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"repository_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_requests_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"forking_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"wiki_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"builds_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"snippets_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"pages_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"analytics_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"container_registry_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"security_and_compliance_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"releases_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"environments_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"feature_flags_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"infrastructure_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"monitor_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"model_experiments_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"model_registry_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"emails_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_runners_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lfs_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"creator_id": {
|
||||
"approvals_before_merge": {
|
||||
"type": "integer"
|
||||
},
|
||||
"import_status": {
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auto_cancel_pending_pipelines": {
|
||||
"type": "string"
|
||||
},
|
||||
"import_error": {
|
||||
"type": "null"
|
||||
"auto_devops_deploy_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
"open_issues_count": {
|
||||
"auto_devops_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"autoclose_referenced_issues": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"build_git_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
"build_timeout": {
|
||||
"type": "integer"
|
||||
},
|
||||
"description_html": {
|
||||
"builds_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
"can_create_merge_request_in": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_allow_fork_pipelines_to_run_in_parent_project": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_delete_pipelines_in_seconds": {
|
||||
"type": "null"
|
||||
@@ -231,124 +75,103 @@
|
||||
"ci_forward_deployment_rollback_allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_job_token_scope_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_separated_caches": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_allow_fork_pipelines_to_run_in_parent_project": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_id_token_sub_claim_components": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"build_git_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
"keep_latest_artifact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"restrict_user_defined_variables": {
|
||||
"ci_job_token_scope_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_pipeline_variables_minimum_override_role": {
|
||||
"type": "string"
|
||||
},
|
||||
"runner_token_expiration_interval": {
|
||||
"type": "null"
|
||||
},
|
||||
"group_runners_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auto_cancel_pending_pipelines": {
|
||||
"type": "string"
|
||||
},
|
||||
"build_timeout": {
|
||||
"type": "integer"
|
||||
},
|
||||
"auto_devops_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auto_devops_deploy_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
"ci_push_repository_for_job_token_allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public_jobs": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_with_groups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"group_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"group_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_full_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_access_level": {
|
||||
"type": "integer"
|
||||
},
|
||||
"expires_at": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"group_id",
|
||||
"group_name",
|
||||
"group_full_path",
|
||||
"group_access_level",
|
||||
"expires_at"
|
||||
]
|
||||
}
|
||||
},
|
||||
"only_allow_merge_if_pipeline_succeeds": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"request_access_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"only_allow_merge_if_all_discussions_are_resolved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"printing_merge_request_link_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"merge_method": {
|
||||
"ci_restrict_pipeline_cancellation_role": {
|
||||
"type": "string"
|
||||
},
|
||||
"squash_option": {
|
||||
"ci_separated_caches": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"container_registry_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"container_registry_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"container_registry_image_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"default_branch": {
|
||||
"type": "string"
|
||||
},
|
||||
"description_html": {
|
||||
"type": "string"
|
||||
},
|
||||
"emails_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty_repo": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enforce_auth_checks_on_uploads": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"squash_commit_template": {
|
||||
"type": "null"
|
||||
"environments_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"warn_about_potentially_unwanted_characters": {
|
||||
"type": "boolean"
|
||||
"feature_flags_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"autoclose_referenced_issues": {
|
||||
"type": "boolean"
|
||||
"forking_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_artifacts_size": {
|
||||
"type": "null"
|
||||
},
|
||||
"approvals_before_merge": {
|
||||
"forks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"mirror": {
|
||||
"group_runners_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"http_url_to_repo": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"import_error": {
|
||||
"type": "null"
|
||||
},
|
||||
"import_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"infrastructure_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"issues_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"issues_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"jobs_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"keep_latest_artifact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_activity_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"lfs_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"marked_for_deletion_at": {
|
||||
@@ -357,30 +180,86 @@
|
||||
"marked_for_deletion_on": {
|
||||
"type": "null"
|
||||
},
|
||||
"requirements_enabled": {
|
||||
"type": "boolean"
|
||||
"max_artifacts_size": {
|
||||
"type": "null"
|
||||
},
|
||||
"requirements_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"security_and_compliance_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_restrict_pipeline_cancellation_role": {
|
||||
"merge_method": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_pipelines_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"merge_requests_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_requests_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"merge_trains_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"merge_trains_skip_train_allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"allow_pipeline_trigger_approve_deployment": {
|
||||
"mirror": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"model_experiments_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"model_registry_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"monitor_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"name_with_namespace": {
|
||||
"type": "string"
|
||||
},
|
||||
"namespace": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"full_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"only_allow_merge_if_all_discussions_are_resolved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"only_allow_merge_if_pipeline_succeeds": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"open_issues_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"pages_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_with_namespace": {
|
||||
"type": "string"
|
||||
},
|
||||
"permissions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -393,17 +272,110 @@
|
||||
"notification_level": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"access_level",
|
||||
"notification_level"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"project_access",
|
||||
"group_access"
|
||||
]
|
||||
}
|
||||
},
|
||||
"printing_merge_request_link_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public_jobs": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"releases_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"repository_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"repository_object_format": {
|
||||
"type": "string"
|
||||
},
|
||||
"request_access_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requirements_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"requirements_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"restrict_user_defined_variables": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"runner_token_expiration_interval": {
|
||||
"type": "null"
|
||||
},
|
||||
"security_and_compliance_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"security_and_compliance_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"service_desk_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_runners_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_with_groups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"expires_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"group_access_level": {
|
||||
"type": "integer"
|
||||
},
|
||||
"group_full_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"group_name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"snippets_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"snippets_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"squash_commit_template": {
|
||||
"type": "null"
|
||||
},
|
||||
"squash_option": {
|
||||
"type": "string"
|
||||
},
|
||||
"ssh_url_to_repo": {
|
||||
"type": "string"
|
||||
},
|
||||
"star_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"visibility": {
|
||||
"type": "string"
|
||||
},
|
||||
"warn_about_potentially_unwanted_characters": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"wiki_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"wiki_enabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -1,25 +1,106 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"award_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_as_duplicate_of": {
|
||||
"type": "null"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"assignees": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"confidential": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"discussion_locked": {
|
||||
"type": "null"
|
||||
},
|
||||
"downvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"has_tasks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"iid": {
|
||||
"type": "integer"
|
||||
},
|
||||
"project_id": {
|
||||
"type": "integer"
|
||||
"imported": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"title": {
|
||||
"imported_from": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"issue_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
@@ -28,238 +109,84 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"assignees": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"name",
|
||||
"state",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"name",
|
||||
"state",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_notes_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"merge_requests_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"downvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"confidential": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"discussion_locked": {
|
||||
"moved_to_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"issue_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_stats": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"time_estimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total_time_spent": {
|
||||
"type": "integer"
|
||||
},
|
||||
"human_total_time_spent": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"time_estimate",
|
||||
"total_time_spent",
|
||||
"human_time_estimate",
|
||||
"human_total_time_spent"
|
||||
]
|
||||
},
|
||||
"task_completion_status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"completed_count": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"count",
|
||||
"completed_count"
|
||||
]
|
||||
},
|
||||
"has_tasks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"task_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"self": {
|
||||
"type": "string"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"award_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_as_duplicate_of": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"self",
|
||||
"notes",
|
||||
"award_emoji",
|
||||
"project",
|
||||
"closed_as_duplicate_of"
|
||||
]
|
||||
"project_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"references": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"short": {
|
||||
"full": {
|
||||
"type": "string"
|
||||
},
|
||||
"relative": {
|
||||
"type": "string"
|
||||
},
|
||||
"full": {
|
||||
"short": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"short",
|
||||
"relative",
|
||||
"full"
|
||||
]
|
||||
}
|
||||
},
|
||||
"service_desk_reply_to": {
|
||||
"type": "null"
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"moved_to_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"imported": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"imported_from": {
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"service_desk_reply_to": {
|
||||
"type": "null"
|
||||
"task_completion_status": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"completed_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"count": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"task_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_stats": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"human_total_time_spent": {
|
||||
"type": "null"
|
||||
},
|
||||
"time_estimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"total_time_spent": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"user_notes_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"iid",
|
||||
"project_id",
|
||||
"title",
|
||||
"description",
|
||||
"state",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"closed_at",
|
||||
"closed_by",
|
||||
"labels",
|
||||
"milestone",
|
||||
"assignees",
|
||||
"author",
|
||||
"type",
|
||||
"assignee",
|
||||
"user_notes_count",
|
||||
"merge_requests_count",
|
||||
"upvotes",
|
||||
"downvotes",
|
||||
"due_date",
|
||||
"confidential",
|
||||
"discussion_locked",
|
||||
"issue_type",
|
||||
"web_url",
|
||||
"time_stats",
|
||||
"task_completion_status",
|
||||
"has_tasks",
|
||||
"_links",
|
||||
"references",
|
||||
"severity",
|
||||
"moved_to_id",
|
||||
"service_desk_reply_to"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,175 +1,102 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"name_with_namespace": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"path_with_namespace": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"default_branch": {
|
||||
"type": "string"
|
||||
},
|
||||
"ssh_url_to_repo": {
|
||||
"type": "string"
|
||||
},
|
||||
"http_url_to_repo": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"forks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": "null"
|
||||
},
|
||||
"star_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_activity_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"namespace": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"path",
|
||||
"kind",
|
||||
"full_path",
|
||||
"parent_id",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
},
|
||||
"container_registry_image_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"_links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"self": {
|
||||
"cluster_agents": {
|
||||
"type": "string"
|
||||
},
|
||||
"events": {
|
||||
"type": "string"
|
||||
},
|
||||
"issues": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "string"
|
||||
},
|
||||
"members": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_requests": {
|
||||
"type": "string"
|
||||
},
|
||||
"repo_branches": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "string"
|
||||
},
|
||||
"events": {
|
||||
"type": "string"
|
||||
},
|
||||
"members": {
|
||||
"type": "string"
|
||||
},
|
||||
"cluster_agents": {
|
||||
"self": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"self",
|
||||
"issues",
|
||||
"repo_branches",
|
||||
"labels",
|
||||
"events",
|
||||
"members",
|
||||
"cluster_agents"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packages_enabled": {
|
||||
"type": "boolean"
|
||||
"allow_merge_on_skipped_pipeline": {
|
||||
"type": "null"
|
||||
},
|
||||
"empty_repo": {
|
||||
"type": "boolean"
|
||||
"analytics_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"visibility": {
|
||||
"auto_cancel_pending_pipelines": {
|
||||
"type": "string"
|
||||
},
|
||||
"owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"username",
|
||||
"name",
|
||||
"state",
|
||||
"avatar_url",
|
||||
"web_url"
|
||||
]
|
||||
"auto_devops_deploy_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
"resolve_outdated_diff_discussions": {
|
||||
"auto_devops_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"autoclose_referenced_issues": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": "null"
|
||||
},
|
||||
"build_git_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
"build_timeout": {
|
||||
"type": "integer"
|
||||
},
|
||||
"builds_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"can_create_merge_request_in": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_allow_fork_pipelines_to_run_in_parent_project": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_default_git_depth": {
|
||||
"type": "integer"
|
||||
},
|
||||
"ci_delete_pipelines_in_seconds": {
|
||||
"type": "null"
|
||||
},
|
||||
"ci_forward_deployment_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_forward_deployment_rollback_allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_id_token_sub_claim_components": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ci_job_token_scope_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_pipeline_variables_minimum_override_role": {
|
||||
"type": "string"
|
||||
},
|
||||
"ci_push_repository_for_job_token_allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_separated_caches": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"container_expiration_policy": {
|
||||
@@ -184,9 +111,6 @@
|
||||
"keep_n": {
|
||||
"type": "integer"
|
||||
},
|
||||
"older_than": {
|
||||
"type": "string"
|
||||
},
|
||||
"name_regex": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -195,252 +119,205 @@
|
||||
},
|
||||
"next_run_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"older_than": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"cadence",
|
||||
"enabled",
|
||||
"keep_n",
|
||||
"older_than",
|
||||
"name_regex",
|
||||
"name_regex_keep",
|
||||
"next_run_at"
|
||||
]
|
||||
},
|
||||
"repository_object_format": {
|
||||
"type": "string"
|
||||
},
|
||||
"issues_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"merge_requests_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"wiki_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"jobs_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"snippets_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"container_registry_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"service_desk_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_create_merge_request_in": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"issues_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"repository_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_requests_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"forking_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"wiki_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"builds_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"snippets_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"pages_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"analytics_access_level": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"container_registry_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"security_and_compliance_access_level": {
|
||||
"container_registry_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"container_registry_image_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"releases_access_level": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"default_branch": {
|
||||
"type": "string"
|
||||
},
|
||||
"description_html": {
|
||||
"type": "string"
|
||||
},
|
||||
"emails_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"empty_repo": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enforce_auth_checks_on_uploads": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"environments_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"external_authorization_classification_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"feature_flags_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"forking_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"forks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"group_runners_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"http_url_to_repo": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"import_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"infrastructure_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"monitor_access_level": {
|
||||
"issue_branch_template": {
|
||||
"type": "null"
|
||||
},
|
||||
"issues_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"issues_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"jobs_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"keep_latest_artifact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_activity_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"lfs_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"max_artifacts_size": {
|
||||
"type": "null"
|
||||
},
|
||||
"merge_commit_template": {
|
||||
"type": "null"
|
||||
},
|
||||
"merge_method": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_requests_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_requests_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"model_experiments_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"model_registry_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"emails_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_runners_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lfs_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"import_status": {
|
||||
"monitor_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"open_issues_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"description_html": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"name_with_namespace": {
|
||||
"type": "string"
|
||||
},
|
||||
"ci_default_git_depth": {
|
||||
"type": "integer"
|
||||
},
|
||||
"ci_delete_pipelines_in_seconds": {
|
||||
"type": "null"
|
||||
},
|
||||
"ci_forward_deployment_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_forward_deployment_rollback_allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_job_token_scope_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_separated_caches": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_allow_fork_pipelines_to_run_in_parent_project": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_id_token_sub_claim_components": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"namespace": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"build_git_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
"keep_latest_artifact": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"restrict_user_defined_variables": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ci_pipeline_variables_minimum_override_role": {
|
||||
"type": "string"
|
||||
},
|
||||
"runners_token": {
|
||||
"type": "string"
|
||||
},
|
||||
"runner_token_expiration_interval": {
|
||||
"type": "null"
|
||||
},
|
||||
"group_runners_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auto_cancel_pending_pipelines": {
|
||||
"type": "string"
|
||||
},
|
||||
"build_timeout": {
|
||||
"type": "integer"
|
||||
},
|
||||
"auto_devops_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auto_devops_deploy_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
"ci_push_repository_for_job_token_allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public_jobs": {
|
||||
"only_allow_merge_if_all_discussions_are_resolved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"only_allow_merge_if_pipeline_succeeds": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"allow_merge_on_skipped_pipeline": {
|
||||
"type": "null"
|
||||
"open_issues_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"request_access_enabled": {
|
||||
"owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avatar_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"packages_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"only_allow_merge_if_all_discussions_are_resolved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"remove_source_branch_after_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"printing_merge_request_link_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"merge_method": {
|
||||
"pages_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"squash_option": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"enforce_auth_checks_on_uploads": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"suggestion_commit_message": {
|
||||
"type": "null"
|
||||
},
|
||||
"merge_commit_template": {
|
||||
"type": "null"
|
||||
},
|
||||
"squash_commit_template": {
|
||||
"type": "null"
|
||||
},
|
||||
"issue_branch_template": {
|
||||
"type": "null"
|
||||
},
|
||||
"warn_about_potentially_unwanted_characters": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"autoclose_referenced_issues": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"max_artifacts_size": {
|
||||
"type": "null"
|
||||
},
|
||||
"external_authorization_classification_label": {
|
||||
"path_with_namespace": {
|
||||
"type": "string"
|
||||
},
|
||||
"requirements_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requirements_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"security_and_compliance_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"permissions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"group_access": {
|
||||
"type": "null"
|
||||
},
|
||||
"project_access": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -450,97 +327,100 @@
|
||||
"notification_level": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"access_level",
|
||||
"notification_level"
|
||||
]
|
||||
},
|
||||
"group_access": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"project_access",
|
||||
"group_access"
|
||||
]
|
||||
}
|
||||
},
|
||||
"printing_merge_request_link_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public_jobs": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"releases_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"remove_source_branch_after_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"repository_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"repository_object_format": {
|
||||
"type": "string"
|
||||
},
|
||||
"request_access_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requirements_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"requirements_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resolve_outdated_diff_discussions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"restrict_user_defined_variables": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"runner_token_expiration_interval": {
|
||||
"type": "null"
|
||||
},
|
||||
"runners_token": {
|
||||
"type": "string"
|
||||
},
|
||||
"security_and_compliance_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"security_and_compliance_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"service_desk_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_runners_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"snippets_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"snippets_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"squash_commit_template": {
|
||||
"type": "null"
|
||||
},
|
||||
"squash_option": {
|
||||
"type": "string"
|
||||
},
|
||||
"ssh_url_to_repo": {
|
||||
"type": "string"
|
||||
},
|
||||
"star_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"suggestion_commit_message": {
|
||||
"type": "null"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"visibility": {
|
||||
"type": "string"
|
||||
},
|
||||
"warn_about_potentially_unwanted_characters": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"wiki_access_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"wiki_enabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"description",
|
||||
"name",
|
||||
"name_with_namespace",
|
||||
"path",
|
||||
"path_with_namespace",
|
||||
"created_at",
|
||||
"tag_list",
|
||||
"topics",
|
||||
"ssh_url_to_repo",
|
||||
"http_url_to_repo",
|
||||
"web_url",
|
||||
"avatar_url",
|
||||
"star_count",
|
||||
"last_activity_at",
|
||||
"namespace",
|
||||
"container_registry_image_prefix",
|
||||
"_links",
|
||||
"packages_enabled",
|
||||
"empty_repo",
|
||||
"archived",
|
||||
"visibility",
|
||||
"owner",
|
||||
"resolve_outdated_diff_discussions",
|
||||
"container_expiration_policy",
|
||||
"issues_enabled",
|
||||
"merge_requests_enabled",
|
||||
"wiki_enabled",
|
||||
"jobs_enabled",
|
||||
"snippets_enabled",
|
||||
"container_registry_enabled",
|
||||
"service_desk_enabled",
|
||||
"can_create_merge_request_in",
|
||||
"issues_access_level",
|
||||
"repository_access_level",
|
||||
"merge_requests_access_level",
|
||||
"forking_access_level",
|
||||
"wiki_access_level",
|
||||
"builds_access_level",
|
||||
"snippets_access_level",
|
||||
"pages_access_level",
|
||||
"analytics_access_level",
|
||||
"container_registry_access_level",
|
||||
"security_and_compliance_access_level",
|
||||
"releases_access_level",
|
||||
"environments_access_level",
|
||||
"feature_flags_access_level",
|
||||
"infrastructure_access_level",
|
||||
"monitor_access_level",
|
||||
"emails_disabled",
|
||||
"shared_runners_enabled",
|
||||
"lfs_enabled",
|
||||
"creator_id",
|
||||
"import_status",
|
||||
"open_issues_count",
|
||||
"description_html",
|
||||
"updated_at",
|
||||
"public_jobs",
|
||||
"shared_with_groups",
|
||||
"only_allow_merge_if_pipeline_succeeds",
|
||||
"allow_merge_on_skipped_pipeline",
|
||||
"request_access_enabled",
|
||||
"only_allow_merge_if_all_discussions_are_resolved",
|
||||
"remove_source_branch_after_merge",
|
||||
"printing_merge_request_link_enabled",
|
||||
"merge_method",
|
||||
"squash_option",
|
||||
"enforce_auth_checks_on_uploads",
|
||||
"suggestion_commit_message",
|
||||
"merge_commit_template",
|
||||
"squash_commit_template",
|
||||
"issue_branch_template",
|
||||
"autoclose_referenced_issues",
|
||||
"permissions"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user