From cae9c8df0bfdbc22cdbca4624a0bc4f9555ad5f2 Mon Sep 17 00:00:00 2001 From: Keong Lim Date: Fri, 17 May 2019 15:29:58 +1000 Subject: AAI-2441 Swagger to document AAI schema PlantUML Use Swagger template to generate a file close to PlantUML diagram format from the AAI schema (OXM file) Run generate-uml-snapshot.sh to massage it to complete the set of class diagrams with compositions and another set of diagrams with EdgeRule relationships Add the generated plantuml text files Ignore the /plantuml/backups/ files Change-Id: I7ef8363095bf1adcf0f7ad792051b4e593683609 Issue-ID: AAI-2441 Signed-off-by: Keong Lim --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0d43b38..e6206a7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ ###################### /target/www/** /src/test/javascript/coverage/ +/plantuml/backups/ ###################### # Node -- cgit 1.2.3-korg