Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gsoc/consensus-feature with develop and update schema.yml #8895

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated schema.yml
  • Loading branch information
Viditagarwal7479 committed Jan 1, 2025
commit 9451f3d8372272a9c68304239e2b63ed89b8dcc6
63 changes: 63 additions & 0 deletions cvat/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9719,6 +9719,9 @@ components:
- slug
PaginatedAnnotationConflictList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9739,6 +9742,9 @@ components:
$ref: '#/components/schemas/AnnotationConflict'
PaginatedAssigneeConsensusReportList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9759,6 +9765,9 @@ components:
$ref: '#/components/schemas/AssigneeConsensusReport'
PaginatedCloudStorageReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9779,6 +9788,9 @@ components:
$ref: '#/components/schemas/CloudStorageRead'
PaginatedCommentReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9799,6 +9811,9 @@ components:
$ref: '#/components/schemas/CommentRead'
PaginatedConsensusConflictList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9819,6 +9834,9 @@ components:
$ref: '#/components/schemas/ConsensusConflict'
PaginatedConsensusReportList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9839,6 +9857,9 @@ components:
$ref: '#/components/schemas/ConsensusReport'
PaginatedConsensusSettingsList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9859,6 +9880,9 @@ components:
$ref: '#/components/schemas/ConsensusSettings'
PaginatedInvitationReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9879,6 +9903,9 @@ components:
$ref: '#/components/schemas/InvitationRead'
PaginatedIssueReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9899,6 +9926,9 @@ components:
$ref: '#/components/schemas/IssueRead'
PaginatedJobReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9919,6 +9949,9 @@ components:
$ref: '#/components/schemas/JobRead'
PaginatedLabelList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9939,6 +9972,9 @@ components:
$ref: '#/components/schemas/Label'
PaginatedMembershipReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9959,6 +9995,9 @@ components:
$ref: '#/components/schemas/MembershipRead'
PaginatedMetaUserList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9979,6 +10018,9 @@ components:
$ref: '#/components/schemas/MetaUser'
PaginatedOrganizationReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -9999,6 +10041,9 @@ components:
$ref: '#/components/schemas/OrganizationRead'
PaginatedProjectReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -10019,6 +10064,9 @@ components:
$ref: '#/components/schemas/ProjectRead'
PaginatedQualityReportList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -10039,6 +10087,9 @@ components:
$ref: '#/components/schemas/QualityReport'
PaginatedQualitySettingsList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -10059,6 +10110,9 @@ components:
$ref: '#/components/schemas/QualitySettings'
PaginatedRequestList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -10079,6 +10133,9 @@ components:
$ref: '#/components/schemas/Request'
PaginatedTaskReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -10099,6 +10156,9 @@ components:
$ref: '#/components/schemas/TaskRead'
PaginatedWebhookDeliveryReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -10119,6 +10179,9 @@ components:
$ref: '#/components/schemas/WebhookDeliveryRead'
PaginatedWebhookReadList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand Down