-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added features of concerto in README.md #976
base: main
Are you sure you want to change the base?
Conversation
|
||
## Features | ||
|
||
- **Expressive Model Language**: Capture business models succinctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please any other word apart from succinctly
?
- **Deserialization and Validation**: Validate instances from JSON. | ||
- **Model Introspection**: Utilize a powerful set of APIs. | ||
- **Format Conversion**: Convert models to various formats such as JSON Schema, GraphQL Schema, Java Classes, and more. | ||
- **Model Publication**: Publish reusable models to websites or repositories. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concerto package itself does not provide any feature to publish a model to any repository.
``` | ||
|
||
- Open VSCode ([on the web](https://github.dev/accordproject/models/blob/master/src/address%400.2.0.cto), [on your machine](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension)) | ||
- Open VSCode ([on the web](https://github.dev/accordproject/models/blob/master/src/address%400.2.0.cto), [on your machine](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can youn please update the marketplace link here? We have a separate extension for concerto now.
- Open VSCode ([on the web](https://github.dev/accordproject/models/blob/master/src/address%400.2.0.cto), [on your machine](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension)) | |
- Open VSCode ([on the web](https://github.dev/accordproject/models/blob/master/src/address%400.2.0.cto), [on your machine](https://marketplace.visualstudio.com/items?itemName=accordproject.concerto-vscode-extension)) |
@@ -0,0 +1,8 @@ | |||
namespace org.example.basic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't we should add these models here in root directory.
Moreover we might have to also add a version to the model namespace.
namespace [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes
This PR updated README.md file by adding features of concerto and other minor changes for better understanding.