Skip to content

Commit

Permalink
Merge branch 'feature/4322' of github.com:hashgraph/guardian into fea…
Browse files Browse the repository at this point in the history
…ture/4322
  • Loading branch information
Stepan-Kirjakov committed Dec 26, 2024
2 parents 245f4aa + ca4fd4d commit d1ed29c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions swagger-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5731,11 +5731,33 @@ components:
textSearch:
type: string
description: Text search
issuer:
type: string
description: Document issuer
tokenId:
type: string
description: Token ID
tokenAmount:
type: string
description: Token amount
labelName:
type: string
description: Label name
labels:
description: Label IDs
type: array
items:
type: string
required:
- schemaIds
- schemaNames
- policyId
- textSearch
- issuer
- tokenId
- tokenAmount
- labelName
- labels
VPDetailsItemDTO:
type: object
properties:
Expand Down Expand Up @@ -5914,12 +5936,17 @@ components:
type: array
items:
$ref: '#/components/schemas/VPDetailsItemDTO'
labels:
type: array
items:
$ref: '#/components/schemas/VPDetailsItemDTO'
required:
- id
- uuid
- item
- row
- history
- labels
VCDetailsItemDTO:
type: object
properties:
Expand Down

0 comments on commit d1ed29c

Please sign in to comment.