diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index 7e987bc..44cfb25 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -667,11 +667,11 @@ paths: type: array items: required: - - Purpose + - DataAgreement - Count type: object properties: - Purpose: + DataAgreement: $ref: '#/components/schemas/DataAgreement' Count: required: @@ -3310,11 +3310,11 @@ paths: application/json: schema: required: - - Purpose + - DataAgreement - Templates type: object properties: - Purpose: + DataAgreement: $ref: '#/components/schemas/DataAgreement' Templates: type: string @@ -4270,12 +4270,12 @@ components: type: string Consents: required: - - Purpose + - DataAgreement - Count - Consents type: object properties: - Purpose: + DataAgreement: $ref: '#/components/schemas/DataAgreement' Count: required: @@ -4351,12 +4351,12 @@ components: type: array items: required: - - Purpose + - DataAgreement - Count - Consents type: object properties: - Purpose: + DataAgreement: $ref: '#/components/schemas/DataAgreement' Count: $ref: '#/components/schemas/GetConsentsByConsentAgreementId/properties/Consents/properties/Count' @@ -4382,13 +4382,13 @@ components: type: array items: required: - - Purpose + - DataAgreement - Count - Consents - DataRetention type: object properties: - Purpose: + DataAgreement: $ref: '#/components/schemas/DataAgreement' Count: $ref: '#/components/schemas/GetConsentsByConsentAgreementId/properties/Consents/properties/Count' diff --git a/openapi/v2023.8.2/definitions/GetConsents.yaml b/openapi/v2023.8.2/definitions/GetConsents.yaml index ade5ecf..a3d0741 100644 --- a/openapi/v2023.8.2/definitions/GetConsents.yaml +++ b/openapi/v2023.8.2/definitions/GetConsents.yaml @@ -15,13 +15,13 @@ properties: type: array items: required: - - Purpose + - DataAgreement - Count - Consents - DataRetention type: object properties: - Purpose: + DataAgreement: $ref: "./DataAgreement.yaml" Count: $ref: "./ConsentCount.yaml" diff --git a/openapi/v2023.8.2/definitions/GetConsentsByConsentAgreementId.yaml b/openapi/v2023.8.2/definitions/GetConsentsByConsentAgreementId.yaml index c8a86d1..2247e99 100644 --- a/openapi/v2023.8.2/definitions/GetConsentsByConsentAgreementId.yaml +++ b/openapi/v2023.8.2/definitions/GetConsentsByConsentAgreementId.yaml @@ -31,13 +31,13 @@ properties: Consents: required: - - Purpose + - DataAgreement - Count - Consents type: object properties: - Purpose: + DataAgreement: $ref: "./DataAgreement.yaml" Count: diff --git a/openapi/v2023.8.2/definitions/GetConsentsForAllConsentAgreements.yaml b/openapi/v2023.8.2/definitions/GetConsentsForAllConsentAgreements.yaml index 961d891..ce83999 100644 --- a/openapi/v2023.8.2/definitions/GetConsentsForAllConsentAgreements.yaml +++ b/openapi/v2023.8.2/definitions/GetConsentsForAllConsentAgreements.yaml @@ -15,12 +15,12 @@ properties: type: array items: required: - - Purpose + - DataAgreement - Count - Consents type: object properties: - Purpose: + DataAgreement: $ref: "./DataAgreement.yaml" Count: $ref: "./ConsentCount.yaml" diff --git a/openapi/v2023.8.2/paths/config/getDeleteUpdateConsentAgreementByID.yaml b/openapi/v2023.8.2/paths/config/getDeleteUpdateConsentAgreementByID.yaml index 92ebdd6..8187666 100644 --- a/openapi/v2023.8.2/paths/config/getDeleteUpdateConsentAgreementByID.yaml +++ b/openapi/v2023.8.2/paths/config/getDeleteUpdateConsentAgreementByID.yaml @@ -95,11 +95,11 @@ get: application/json: schema: required: - - Purpose + - DataAgreement - Templates type: object properties: - Purpose: + DataAgreement: $ref: "../../definitions/DataAgreement.yaml" Templates: type: string diff --git a/openapi/v2023.8.2/paths/service/getUserOrgAndConsent.yaml b/openapi/v2023.8.2/paths/service/getUserOrgAndConsent.yaml index 4633b12..6132222 100644 --- a/openapi/v2023.8.2/paths/service/getUserOrgAndConsent.yaml +++ b/openapi/v2023.8.2/paths/service/getUserOrgAndConsent.yaml @@ -28,11 +28,11 @@ get: type: array items: required: - - Purpose + - DataAgreement - Count type: object properties: - Purpose: + DataAgreement: $ref: "../../definitions/DataAgreement.yaml" Count: required: