-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/MODELINKS-248 Extended authorities fields structure update (#323
) * feature/MODELINKS-248 Extended authorities fields structure update * feature/MODELINKS-248 Extended authorities fields structure update * feature/MODELINKS-248 Update dto relatedHeading * feature/MODELINKS-248 Heading type update * feature/MODELINKS-248 Update test --------- Co-authored-by: ElenaShm <[email protected]>
- Loading branch information
1 parent
2c00c46
commit 8152942
Showing
8 changed files
with
61 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/main/resources/swagger.api/schemas/authority-storage/relatedHeading.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
description: An authority related heading for BroaderTerm/NarrowerTerm/LaterHeading/EarlierHeading | ||
type: object | ||
properties: | ||
headingRef: | ||
type: "string" | ||
description: "HeadingRef value" | ||
headingType: | ||
type: "string" | ||
description: "Heading type" | ||
required: | ||
- headingRef | ||
- headingType |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters