* Source GitLab: add `additionalProperties` to all schemas; add `shared_runners_setting` field to groups * Source GitLab: update docs * Source GitLab: remove additionalProperties * Source GitLab: update docs * Source GitLab: update expected records
208 lines
4.3 KiB
JSON
208 lines
4.3 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"iid": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"project_id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"title": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"description": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"state": {
|
|
"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"
|
|
},
|
|
"labels": {
|
|
"type": ["null", "array"],
|
|
"items": {
|
|
"type": ["null", "string"]
|
|
}
|
|
},
|
|
"assignees": {
|
|
"type": ["null", "array"],
|
|
"items": {
|
|
"type": ["null", "integer"]
|
|
}
|
|
},
|
|
"type": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"user_notes_count": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"merge_requests_count": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"upvotes": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"downvotes": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"due_date": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"confidential": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"discussion_locked": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"issue_type": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"web_url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"time_stats": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"task_completion_status": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"blocking_issues_count": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"has_tasks": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"_links": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"references": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"moved_to_id": {
|
|
"type": ["null", "integer", "string"]
|
|
},
|
|
"service_desk_reply_to": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"author": {
|
|
"type": ["null", "object"],
|
|
"additionalProperties": true
|
|
},
|
|
"author_id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"assignee": {
|
|
"type": ["null", "object"],
|
|
"additionalProperties": true
|
|
},
|
|
"assignee_id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"closed_by": {
|
|
"type": ["null", "object"],
|
|
"additionalProperties": true
|
|
},
|
|
"closed_by_id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"milestone": {
|
|
"type": ["null", "object"],
|
|
"additionalProperties": true
|
|
},
|
|
"milestone_id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"subscribed": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"weight": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"task_status": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"severity": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"iteration": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"iid": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"sequence": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"group_id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"title": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"description": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"state": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"created_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"updated_at": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"start_date": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"due_date": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"web_url": {
|
|
"type": ["null", "string"]
|
|
}
|
|
}
|
|
},
|
|
"epic": {
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"iid": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"title": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"url": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"group_id": {
|
|
"type": ["null", "integer"]
|
|
}
|
|
},
|
|
"epic_iid": {
|
|
"type": ["null", "integer"]
|
|
}
|
|
}
|
|
}
|