diff options
Diffstat (limited to 'aai-schema-ingest/src/test/resources/edgeRules/test3.json')
-rw-r--r-- | aai-schema-ingest/src/test/resources/edgeRules/test3.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/aai-schema-ingest/src/test/resources/edgeRules/test3.json b/aai-schema-ingest/src/test/resources/edgeRules/test3.json index 916efdcc..e34e79fe 100644 --- a/aai-schema-ingest/src/test/resources/edgeRules/test3.json +++ b/aai-schema-ingest/src/test/resources/edgeRules/test3.json @@ -59,6 +59,18 @@ "prevent-delete": "NONE", "default": "true", "description":"" + }, + { + "from": "bloop", + "to": "bloop", + "label": "links", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "IN", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description": "for testing same type direction flip requirement" } ] }
\ No newline at end of file |