Including JSON data in a use case diagram as a basic element works fine, However I would like to include the data by referencing an external file rather than embedding the code. I want to do this to have a single source of the JSON (in git).
I imagine it would look something like:
json JSON {link to external file[url/externalfile.json]}
Please ignore my use of incorrect parenthesis. url syntax etc.
Is this possible now using include files, or could this be developed?