From 1e0620b7eac49a7d898b6b0cf8ca6dbf9b2371af Mon Sep 17 00:00:00 2001 From: Albin Antony Date: Wed, 1 Nov 2023 12:11:02 +0530 Subject: [PATCH] Fix #27 Update read all data attributes for data agreement, list all data attributes responses --- openapi/v2023.8.2/bundled.yaml | 14 ++++++-------- .../v2023.8.2/definitions/DataAttributeExtras.yaml | 6 ++---- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index a577b10..d47c928 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -1138,14 +1138,12 @@ paths: - type: object properties: dataAgreement: - type: array - items: - type: object - properties: - id: - type: string - purpose: - type: string + type: object + properties: + id: + type: string + purpose: + type: string type: array pagination: $ref: '#/components/schemas/Pagination' diff --git a/openapi/v2023.8.2/definitions/DataAttributeExtras.yaml b/openapi/v2023.8.2/definitions/DataAttributeExtras.yaml index 14b0a9b..4f1ac54 100644 --- a/openapi/v2023.8.2/definitions/DataAttributeExtras.yaml +++ b/openapi/v2023.8.2/definitions/DataAttributeExtras.yaml @@ -1,7 +1,5 @@ -type: array -items: - type: object - properties: +type: object +properties: id: type: string purpose: