From ca4fd4dc3d4e9f5446b85b80ed13571ad0ff9e5f Mon Sep 17 00:00:00 2001 From: envision-ci-agent Date: Thu, 26 Dec 2024 13:35:00 +0000 Subject: [PATCH] [skip ci] Add swagger.yaml --- swagger-indexer.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/swagger-indexer.yaml b/swagger-indexer.yaml index 43c0065327..8d158e7da1 100644 --- a/swagger-indexer.yaml +++ b/swagger-indexer.yaml @@ -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: @@ -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: