Skip to content

Commit

Permalink
Upd: Rename to data agreement
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Sep 22, 2023
1 parent 33351ac commit 8324f7c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,11 +667,11 @@ paths:
type: array
items:
required:
- Purpose
- DataAgreement
- Count
type: object
properties:
Purpose:
DataAgreement:
$ref: '#/components/schemas/DataAgreement'
Count:
required:
Expand Down Expand Up @@ -3310,11 +3310,11 @@ paths:
application/json:
schema:
required:
- Purpose
- DataAgreement
- Templates
type: object
properties:
Purpose:
DataAgreement:
$ref: '#/components/schemas/DataAgreement'
Templates:
type: string
Expand Down Expand Up @@ -4270,12 +4270,12 @@ components:
type: string
Consents:
required:
- Purpose
- DataAgreement
- Count
- Consents
type: object
properties:
Purpose:
DataAgreement:
$ref: '#/components/schemas/DataAgreement'
Count:
required:
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions openapi/v2023.8.2/definitions/GetConsents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ properties:

Consents:
required:
- Purpose
- DataAgreement
- Count
- Consents
type: object

properties:
Purpose:
DataAgreement:
$ref: "./DataAgreement.yaml"

Count:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ get:
application/json:
schema:
required:
- Purpose
- DataAgreement
- Templates
type: object
properties:
Purpose:
DataAgreement:
$ref: "../../definitions/DataAgreement.yaml"
Templates:
type: string
Expand Down
4 changes: 2 additions & 2 deletions openapi/v2023.8.2/paths/service/getUserOrgAndConsent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ get:
type: array
items:
required:
- Purpose
- DataAgreement
- Count
type: object
properties:
Purpose:
DataAgreement:
$ref: "../../definitions/DataAgreement.yaml"
Count:
required:
Expand Down

0 comments on commit 8324f7c

Please sign in to comment.