Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Updated README, package
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanvahevaria committed Oct 24, 2019
1 parent a582726 commit 28a8799
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
# staruml-model-interchange
# Model Interchange for StarUML

![Raw](https://rfc.unprotocols.org/spec:2/COSS/raw.svg) v0.1

This specification provides a standard JSON structure/schema for the representation of semantic library content and API models. This is used to import library content into any conformant modelling tool, and to interchange API models between conformant modelling tools.

This specification will have achieved its purpose when at least two different modelling tools (UML based or otherwise) can successfully interchange any of the three model types.

## Using the extension.

Install the extension in the usual way for [StarUML extensions](https://docs.staruml.io/user-guide/managing-extensions#install-extension). Then select Tools->model interchange from your StarUML menu, select the UML package for export and click OK. That's it.

## About this extension

* Title : OpenAPI3.0 Generator
* description : Implementation of UML to model interchange in accordance with https://edi3.org/specs/edi3-model-interchange/master/.
* License : GPL3
* Author :
* GoSource Pty Ltd
* [email protected]
* https://gosource.com.au

## Support or contribution to this extension

* Raise a ticket in this repo
* Make a pull request to this repo

## Support on the underlying Model Interchange->API specification

* join the [edi3.org slack](https://edi3.org/community/)
* raise a ticket in https://github.com/edi3/edi3-model-interchange

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "staruml-model-interchange",
"title": "staruml-model-interchange",
"description": "staruml-model-interchange repository",
"version": "0.1",
"title": "model-interchange",
"description": "This specification provides a standard JSON structure/schema for the representation of semantic library content and API models. This is used to import library content into any conformant modelling tool, and to interchange API models between conformant modelling tools.",
"version": "0.1.1",
"engines": {
"staruml": ">=3.0.0"
},
Expand Down

0 comments on commit 28a8799

Please sign in to comment.