Oaf validation #10

Open
claudio.atzori wants to merge 5 commits from validation into master
Owner

This PR introduces constraints on the Oaf model classes to support validating the relative object instances.

The constraints are expressed as annotation from the javax.validation framework.

This PR introduces constraints on the Oaf model classes to support validating the relative object instances. The constraints are expressed as annotation from the `javax.validation` framework.
claudio.atzori added 2 commits 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori added 1 commit 2 years ago
This pull request has changes conflicting with the target branch.
  • pom.xml
  • src/main/java/eu/dnetlib/dhp/schema/oaf/AccessRight.java
  • src/main/java/eu/dnetlib/dhp/schema/oaf/Author.java
  • src/main/java/eu/dnetlib/dhp/schema/oaf/Context.java
  • src/main/java/eu/dnetlib/dhp/schema/oaf/DataInfo.java
  • src/main/java/eu/dnetlib/dhp/schema/oaf/Field.java
  • src/main/java/eu/dnetlib/dhp/schema/oaf/Instance.java
  • src/main/java/eu/dnetlib/dhp/schema/oaf/KeyValue.java
  • src/main/java/eu/dnetlib/dhp/schema/oaf/OafEntity.java
  • src/main/java/eu/dnetlib/dhp/schema/oaf/Qualifier.java
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b validation master
git pull origin validation

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff validation
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dhp-schemas#10
Loading…
There is no content yet.