This Example is generated directly from the Github Markdown Format file: ONAPcommon.md
Use <ctrl><shift>M in Atom to view markdown when editing
Note the MD file embedded inside the swagger needs to replace the newlines with "\n"
To do this in the Atom Editor:
open "find / replace", select "Use Regex" shown as ".*"
To replace newlines: find: "\r?\n|\r" (without quotes) AND replace: "\\n" (without quotes)
--------------------------------------------------------------------
...