summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/schema/validation
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Fix sonar violationsSotiropoulos, Ioannis (is948x)1-5/+6
Issue-ID: AAI-1190 Change-Id: I72894665b288416069d3c2eb84185fcc303976f7 Signed-off-by: Sotiropoulos, Ioannis (is948x) <Ioannis.Sotiropoulos@amdocs.com>
2018-06-27Apply multiplicity Rule upon Edge creationmichaere3-0/+736
Uses multiplicity type from dbedge rules json to validate whether to and from vertices meet the multiplicity constraint e.g. ONE2MANY. This validation is applied when creating or updating an edge. Issue-ID: AAI-1197 Change-Id: Id6e78635c5cbea66d8a35e6901b7e1b673125e4e Signed-off-by: michaere <michaere@amdocs.com>