-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/Various parser features #31
Feat/Various parser features #31
Conversation
saveliy-sviridov
commented
Jan 31, 2024
- Ajout de title et description au niveau des $refs
- Ajout de cardinalité pour les arrays 1 .. (x)
…fined, add cardinality to arrays with a specific maxItems value
…efinitions' of https://github.com/ansforge/SAMU-Hub-Modeles into feat/put-title-and-description-into-object-instead-of-definitions
|
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.
Good so far, waiting for the action to be triggered again so that schemas are re-generated without the title/description in the objects
@@ -289,7 +289,7 @@ strict digraph { | |||
</TR> | |||
<TR><TD BORDER="0"><I>objet customMap</I></TD></TR><TR><TD BORDER="0" >key <I>string</I> : [1..1] </TD></TR><TR><TD BORDER="0" >label <I>string</I> : [0..1] </TD></TR><TR><TD BORDER="0" >value <I>string</I> : [1..1] </TD></TR><TR><TD BORDER="0" >freetext <I>string</I> : [0..1] </TD></TR> | |||
</TABLE>>] | |||
customMap -> additionalInformation [constraint=true headlabel=1 taillabel="0..1"] | |||
customMap -> additionalInformation [constraint=true headlabel=1 taillabel="0..*"] |
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.
A corriger !
@@ -541,7 +541,7 @@ strict digraph { | |||
</TR> | |||
<TR><TD BORDER="0"><I>objet customMap</I></TD></TR><TR><TD BORDER="0" >key <I>string</I> : [1..1] </TD></TR><TR><TD BORDER="0" >label <I>string</I> : [0..1] </TD></TR><TR><TD BORDER="0" >value <I>string</I> : [1..1] </TD></TR><TR><TD BORDER="0" >freetext <I>string</I> : [0..1] </TD></TR> | |||
</TABLE>>] | |||
customMap -> additionalInformation [constraint=true headlabel=1 taillabel="0..1"] | |||
customMap -> additionalInformation [constraint=true headlabel=1 taillabel="0..*"] |
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.
Idem
…scription-into-object-instead-of-definitions # Conflicts: # csv_parser/csv_parser.py # csv_parser/json_schema2xsd/src/main/resources/EMSI.schema.json # csv_parser/json_schema2xsd/src/main/resources/RC-EDA.schema.json # csv_parser/json_schema2xsd/src/main/resources/RS-EDA.schema.json # csv_parser/out/EMSI/EMSI.schema.docx # csv_parser/out/EMSI/EMSI.uml_diagram.pdf # csv_parser/out/RC-EDA/RC-EDA.schema.docx # csv_parser/out/RC-EDA/RC-EDA.uml_diagram.pdf # csv_parser/out/RS-EDA/RS-EDA.schema.docx # csv_parser/out/RS-EDA/RS-EDA.uml_diagram.pdf # csv_parser/out/hubsante.asyncapi.yaml # src/main/resources/json-schema/EMSI.schema.json # src/main/resources/json-schema/RC-EDA.schema.json # src/main/resources/json-schema/RS-EDA.schema.json
…nto-object-instead-of-definitions' into feat/put-title-and-description-into-object-instead-of-definitions
|
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.
All good!