-
Notifications
You must be signed in to change notification settings - Fork 20
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 #314 from solver-it-sro/AG-152/packaging-update
Clean up swagger for eforms and use default packaging with eforms
- Loading branch information
Showing
4 changed files
with
6 additions
and
10 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
3 changes: 2 additions & 1 deletion
3
src/main/java/digital/slovensko/autogram/core/eforms/EFormAttributes.java
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
package digital.slovensko.autogram.core.eforms; | ||
|
||
import eu.europa.esig.dss.enumerations.ASiCContainerType; | ||
import eu.europa.esig.dss.enumerations.SignaturePackaging; | ||
|
||
public record EFormAttributes(String identifier, String transformation, String schema, String containerXmlns, | ||
ASiCContainerType container) { | ||
ASiCContainerType container, SignaturePackaging packaging) { | ||
|
||
} |
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