Commit Graph

6 Commits

Author SHA1 Message Date
Katerina 1a99c041d3 Integrating the 871b2ec6e5 commit of validator-engine2. You need to install it locally, therefore I have added it as 1.9.9-local version in my pom.xml 2024-04-03 09:52:04 +03:00
Katerina fe7a8b1631 progress with apache camel dynamic routes 2023-05-29 14:40:25 +03:00
Konstantina Galouni 2c5a934b36 XmlValidationResponse.java: Added field "List<RuleInfo> fairRules;" to separate fair validation results from the other guidelines when running together | ValidatorController.java: Validate for fair guidelines only with DataArchiveGuidelinesV2Profile & separate fair validation results & in fair validation removed check "if (!entry.getValue().toString().contains("eu.dnetlib.validator2"))". 2022-12-23 10:13:43 +02:00
Konstantina Galouni c512a31b72 XmlValidationResponse.java: Added XmlValidationResponse class for structured results including validationScore and fairScore | ValidatorController.java: Return results as XmlValidationResponse. 2022-12-06 01:57:52 +02:00
Konstantina Galouni e28198e1d7 RuleInfo.java: Added RuleInfo class for structured results | ValidatorController.java: Updated how results are returned (more structured) & Added fair guidelines (as separate option and called with any other guideline) & Added unused and untested method for validating uploaded file. 2022-11-30 12:28:56 +02:00
Konstantina Galouni 85494a6dac First version of project - /validate POST method gets param 'guidelines' (name of selected guidelines to validate with) and a string as body (xml) to be validated 2022-10-06 13:59:26 +03:00