-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from OP-TED/add-voluntary-forms
Add voluntary forms to expected notice subtypes (TEDEFO-3556)
- Loading branch information
Showing
15 changed files
with
686 additions
and
1 deletion.
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
48 changes: 48 additions & 0 deletions
48
src/test/resources/eforms-sdk-tests/tedefo-2578/invalid/notice-types/E1.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,48 @@ | ||
{ | ||
"ublVersion" : "2.3", | ||
"sdkVersion" : "1.10.0", | ||
"metadataDatabase" : { | ||
"version" : "1.10.0", | ||
"createdOn" : "2023-11-15T14:00:00" | ||
}, | ||
"noticeId" : "E1", | ||
"metadata" : [ { | ||
"id" : "BT-02-notice", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Notice Type", | ||
"_label" : "field|name|BT-02-notice", | ||
"readOnly" : true | ||
} ], | ||
"content" : [ { | ||
"id" : "GR-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "SECTION", | ||
"description" : "Contracting Party and Provider related Information", | ||
"_label" : "group|name|GR-Buyer", | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority", | ||
"contentType" : "group", | ||
"nodeId" : "ND-ContractingParty", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|ND-ContractingParty", | ||
"_repeatable" : true, | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|GR-ContractingAuthority-Buyer", | ||
"content" : [ { | ||
"id" : "OPT-300-Procedure-Buyer", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Buyer Technical Identifier Reference", | ||
"_label" : "field|name|OPT-300-Procedure-Buyer", | ||
"_idSchemes" : [ "ORG" ] | ||
} ] | ||
} ] | ||
} ] | ||
} ] | ||
} |
48 changes: 48 additions & 0 deletions
48
src/test/resources/eforms-sdk-tests/tedefo-2578/invalid/notice-types/E2.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,48 @@ | ||
{ | ||
"ublVersion" : "2.3", | ||
"sdkVersion" : "1.10.0", | ||
"metadataDatabase" : { | ||
"version" : "1.10.0", | ||
"createdOn" : "2023-11-15T14:00:00" | ||
}, | ||
"noticeId" : "E2", | ||
"metadata" : [ { | ||
"id" : "BT-02-notice", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Notice Type", | ||
"_label" : "field|name|BT-02-notice", | ||
"readOnly" : true | ||
} ], | ||
"content" : [ { | ||
"id" : "GR-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "SECTION", | ||
"description" : "Contracting Party and Provider related Information", | ||
"_label" : "group|name|GR-Buyer", | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority", | ||
"contentType" : "group", | ||
"nodeId" : "ND-ContractingParty", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|ND-ContractingParty", | ||
"_repeatable" : true, | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|GR-ContractingAuthority-Buyer", | ||
"content" : [ { | ||
"id" : "OPT-300-Procedure-Buyer", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Buyer Technical Identifier Reference", | ||
"_label" : "field|name|OPT-300-Procedure-Buyer", | ||
"_idSchemes" : [ "ORG" ] | ||
} ] | ||
} ] | ||
} ] | ||
} ] | ||
} |
48 changes: 48 additions & 0 deletions
48
src/test/resources/eforms-sdk-tests/tedefo-2578/invalid/notice-types/E3.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,48 @@ | ||
{ | ||
"ublVersion" : "2.3", | ||
"sdkVersion" : "1.10.0", | ||
"metadataDatabase" : { | ||
"version" : "1.10.0", | ||
"createdOn" : "2023-11-15T14:00:00" | ||
}, | ||
"noticeId" : "E3", | ||
"metadata" : [ { | ||
"id" : "BT-02-notice", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Notice Type", | ||
"_label" : "field|name|BT-02-notice", | ||
"readOnly" : true | ||
} ], | ||
"content" : [ { | ||
"id" : "GR-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "SECTION", | ||
"description" : "Contracting Party and Provider related Information", | ||
"_label" : "group|name|GR-Buyer", | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority", | ||
"contentType" : "group", | ||
"nodeId" : "ND-ContractingParty", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|ND-ContractingParty", | ||
"_repeatable" : true, | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|GR-ContractingAuthority-Buyer", | ||
"content" : [ { | ||
"id" : "OPT-300-Procedure-Buyer", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Buyer Technical Identifier Reference", | ||
"_label" : "field|name|OPT-300-Procedure-Buyer", | ||
"_idSchemes" : [ "ORG" ] | ||
} ] | ||
} ] | ||
} ] | ||
} ] | ||
} |
48 changes: 48 additions & 0 deletions
48
src/test/resources/eforms-sdk-tests/tedefo-2578/invalid/notice-types/E4.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,48 @@ | ||
{ | ||
"ublVersion" : "2.3", | ||
"sdkVersion" : "1.10.0", | ||
"metadataDatabase" : { | ||
"version" : "1.10.0", | ||
"createdOn" : "2023-11-15T14:00:00" | ||
}, | ||
"noticeId" : "E4", | ||
"metadata" : [ { | ||
"id" : "BT-02-notice", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Notice Type", | ||
"_label" : "field|name|BT-02-notice", | ||
"readOnly" : true | ||
} ], | ||
"content" : [ { | ||
"id" : "GR-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "SECTION", | ||
"description" : "Contracting Party and Provider related Information", | ||
"_label" : "group|name|GR-Buyer", | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority", | ||
"contentType" : "group", | ||
"nodeId" : "ND-ContractingParty", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|ND-ContractingParty", | ||
"_repeatable" : true, | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|GR-ContractingAuthority-Buyer", | ||
"content" : [ { | ||
"id" : "OPT-300-Procedure-Buyer", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Buyer Technical Identifier Reference", | ||
"_label" : "field|name|OPT-300-Procedure-Buyer", | ||
"_idSchemes" : [ "ORG" ] | ||
} ] | ||
} ] | ||
} ] | ||
} ] | ||
} |
48 changes: 48 additions & 0 deletions
48
src/test/resources/eforms-sdk-tests/tedefo-2578/invalid/notice-types/E5.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,48 @@ | ||
{ | ||
"ublVersion" : "2.3", | ||
"sdkVersion" : "1.10.0", | ||
"metadataDatabase" : { | ||
"version" : "1.10.0", | ||
"createdOn" : "2023-11-15T14:00:00" | ||
}, | ||
"noticeId" : "E5", | ||
"metadata" : [ { | ||
"id" : "BT-02-notice", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Notice Type", | ||
"_label" : "field|name|BT-02-notice", | ||
"readOnly" : true | ||
} ], | ||
"content" : [ { | ||
"id" : "GR-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "SECTION", | ||
"description" : "Contracting Party and Provider related Information", | ||
"_label" : "group|name|GR-Buyer", | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority", | ||
"contentType" : "group", | ||
"nodeId" : "ND-ContractingParty", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|ND-ContractingParty", | ||
"_repeatable" : true, | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|GR-ContractingAuthority-Buyer", | ||
"content" : [ { | ||
"id" : "OPT-300-Procedure-Buyer", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Buyer Technical Identifier Reference", | ||
"_label" : "field|name|OPT-300-Procedure-Buyer", | ||
"_idSchemes" : [ "ORG" ] | ||
} ] | ||
} ] | ||
} ] | ||
} ] | ||
} |
48 changes: 48 additions & 0 deletions
48
src/test/resources/eforms-sdk-tests/tedefo-2578/invalid/notice-types/E6.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,48 @@ | ||
{ | ||
"ublVersion" : "2.3", | ||
"sdkVersion" : "1.10.0", | ||
"metadataDatabase" : { | ||
"version" : "1.10.0", | ||
"createdOn" : "2023-11-15T14:00:00" | ||
}, | ||
"noticeId" : "E6", | ||
"metadata" : [ { | ||
"id" : "BT-02-notice", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Notice Type", | ||
"_label" : "field|name|BT-02-notice", | ||
"readOnly" : true | ||
} ], | ||
"content" : [ { | ||
"id" : "GR-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "SECTION", | ||
"description" : "Contracting Party and Provider related Information", | ||
"_label" : "group|name|GR-Buyer", | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority", | ||
"contentType" : "group", | ||
"nodeId" : "ND-ContractingParty", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|ND-ContractingParty", | ||
"_repeatable" : true, | ||
"content" : [ { | ||
"id" : "GR-ContractingAuthority-Buyer", | ||
"contentType" : "group", | ||
"displayType" : "GROUP", | ||
"description" : "Contracting Party related Information (URL, Legal Type, Contracting Type, Activity, …)", | ||
"_label" : "group|name|GR-ContractingAuthority-Buyer", | ||
"content" : [ { | ||
"id" : "OPT-300-Procedure-Buyer", | ||
"contentType" : "field", | ||
"displayType" : "COMBOBOX", | ||
"description" : "Buyer Technical Identifier Reference", | ||
"_label" : "field|name|OPT-300-Procedure-Buyer", | ||
"_idSchemes" : [ "ORG" ] | ||
} ] | ||
} ] | ||
} ] | ||
} ] | ||
} |
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.