Skip to content

Commit

Permalink
feat: include the ODP Schema as "application.json" in files sent to U…
Browse files Browse the repository at this point in the history
…niform (#309)
  • Loading branch information
jessicamcinchak authored Feb 22, 2024
1 parent ac2ce0f commit a68d840
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/export/oneApp/OneApp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,10 @@ describe("File handling", () => {
"common:FileName": "application.csv",
"common:Reference": "Other",
},
{
"common:FileName": "application.json",
"common:Reference": "Other",
},
{
"common:Identifier": "N10049",
"common:FileName": "proposal.xml",
Expand Down
3 changes: 3 additions & 0 deletions src/export/oneApp/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ export class OneAppPayload {
{
"common:FileName": "application.csv",
},
{
"common:FileName": "application.json",
},
{
"common:FileName": "Overview.htm",
},
Expand Down

0 comments on commit a68d840

Please sign in to comment.