File tree Expand file tree Collapse file tree 1 file changed +21
-38
lines changed Expand file tree Collapse file tree 1 file changed +21
-38
lines changed Original file line number Diff line number Diff line change @@ -1396,7 +1396,7 @@ paths:
13961396 content:
13971397 application/json:
13981398 schema:
1399- $ref: '#/components/schemas/V1BlockListArrayResponse '
1399+ $ref: '#/components/schemas/V1BlockListWithListingArrayResponse '
14001400 '400':
14011401 description: Bad Request
14021402 content:
@@ -58734,43 +58734,6 @@ components:
5873458734 required:
5873558735 - settledInSettlementId
5873658736 - $ref: '#/components/schemas/V1ClosedDisputeWithClosureOutput'
58737- V1BlockListArray:
58738- title: V1BlockListArray
58739- type: array
58740- items:
58741- type: object
58742- description: codec for global listing http response
58743- properties:
58744- id:
58745- type: string
58746- title: uuid
58747- ownerListingId:
58748- type: string
58749- title: uuid
58750- blockedListingId:
58751- type: string
58752- title: uuid
58753- blockedGlobalListingId:
58754- type: string
58755- title: uuid
58756- createdAt:
58757- type: string
58758- format: date-time
58759- title: ISO Date String
58760- required:
58761- - id
58762- - ownerListingId
58763- - blockedListingId
58764- - blockedGlobalListingId
58765- - createdAt
58766- V1BlockListArrayResponse:
58767- title: V1BlockListArrayResponse
58768- type: object
58769- properties:
58770- blockList:
58771- $ref: '#/components/schemas/V1BlockListArray'
58772- required:
58773- - blockList
5877458737 V1BlockListResponse:
5877558738 title: V1BlockListResponse
5877658739 type: object
@@ -58798,6 +58761,26 @@ components:
5879858761 - blockedListingId
5879958762 - blockedGlobalListingId
5880058763 - createdAt
58764+ V1BlockListWithListingArrayResponse:
58765+ title: V1BlockListWithListingArrayResponse
58766+ type: object
58767+ properties:
58768+ blockList:
58769+ $ref: '#/components/schemas/V1BlockListsWithListingResponse'
58770+ required:
58771+ - blockList
58772+ V1BlockListsWithListingResponse:
58773+ title: V1BlockListsWithListingResponse
58774+ type: array
58775+ items:
58776+ allOf:
58777+ - type: object
58778+ properties:
58779+ blockedListing:
58780+ $ref: '#/components/schemas/V1ListingResponse'
58781+ required:
58782+ - blockedListing
58783+ - $ref: '#/components/schemas/V1BlockListResponse'
5880158784 V1ClearedAllocation:
5880258785 title: V1ClearedAllocation
5880358786 type: object
You can’t perform that action at this time.
0 commit comments