-
Notifications
You must be signed in to change notification settings - Fork 1
Type check for the properties #12
Comments
icf-samples.zip |
Above behaviour is handled. |
@faizanvahevaria , something like one of the examples here - https://json-schema.org/learn/miscellaneous-examples.html |
@kshychko
and updated the code. |
latest code is updated in version 0.1.5 |
@onthebreeze approved the schema development for the interchange format. |
By mistake I generated my project in interchange format with
"description":false
instead of"description": ""
properties. That didn't cause the project generation failure, but Relationships model wasn't working.We need to add a type check for the properties which are translated from interchange to starUML to avoid unexpected behavior as above.
Probably the best option would be to develop a json schema for the interchange format, so other tools can use it in order to test their output in interchange format.
This is a good to have option. Development and scope needs to be approved.
@onthebreeze , please provide your comment.
The text was updated successfully, but these errors were encountered: