-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor(cb2-13786): add in new ADR field with validation (#180)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
89e4a86
commit c544068
Showing
55 changed files
with
1,708 additions
and
71 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
json-definitions/v3/tech-record/enums/adrBodyDeclarationType.enum.json
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,14 @@ | ||
{ | ||
"title": "ADR Body Declaration Types", | ||
"type": "string", | ||
"tsEnumNames": [ | ||
"PRE_1ST_JULY_2005", | ||
"ON_OR_AFTER_1ST_JULY_2005", | ||
"UNKNOWN" | ||
], | ||
"enum": [ | ||
"Pre 1st July 2005", | ||
"On or after 1st July 2005", | ||
"Unknown" | ||
] | ||
} |
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
Oops, something went wrong.