You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Currently there are a number of source files needed to get a complete view of the AAI schema information:

OpenAPI (Swagger) documentation of the AAI schema is the most complete at the moment: AAI v16 Swagger API in HTML

Problems encountered when working with the AAI model structure:

  • AAI uses RelationshipList as a generic linking class everywhere in the model – needs to be collapsed into the actual links
  • AAI uses collection classes (ex. Pnfs as a collection for Pnf) that add no information – need to be filtered out

Ideas regarding how to do the reverse-engineering with a minimum of manual rework of the model (NOTE: most of these are still TODO):



  • No labels