Skip to content

Commit

Permalink
Generate API files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 16, 2024
1 parent 7fc4f6f commit 7787cc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
11 changes: 7 additions & 4 deletions docs/USDM_API.json
Original file line number Diff line number Diff line change
Expand Up @@ -7951,9 +7951,13 @@
"code": {
"$ref": "#/components/schemas/model__code__Code__1"
},
"appliesToId": {
"type": "string",
"title": "Appliestoid"
"appliesToIds": {
"items": {
"type": "string"
},
"type": "array",
"title": "Appliestoids",
"default": []
},
"assignedPersons": {
"items": {
Expand Down Expand Up @@ -7995,7 +7999,6 @@
"id",
"name",
"code",
"appliesToId",
"instanceType"
],
"title": "StudyRole"
Expand Down
10 changes: 6 additions & 4 deletions docs/USDM_API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5210,9 +5210,12 @@ components:
title: Description
code:
$ref: '#/components/schemas/model__code__Code__1'
appliesToId:
type: string
title: Appliestoid
appliesToIds:
items:
type: string
type: array
title: Appliestoids
default: []
assignedPersons:
items:
$ref: '#/components/schemas/AssignedPerson'
Expand Down Expand Up @@ -5240,7 +5243,6 @@ components:
- id
- name
- code
- appliesToId
- instanceType
title: StudyRole
StudySite:
Expand Down

0 comments on commit 7787cc2

Please sign in to comment.