Releases: Systems-Modeling/SysML-v2-API-Services
Releases · Systems-Modeling/SysML-v2-API-Services
2022-09
New
- Introduces
GET /meta/datatypes(paginated) andGET /meta/datatypes/{datatypeId}operations that provide JSON Schema specifications for the classes in the SysML v2 language metamodel, e.g.Element,Relationship. - Updated to 2022-09 metamodel baseline.
Fixed
- Enumerations are no longer always uppercase, e.g. the value of
VisibilityKind#publicin JSON payloads is nowpublicinstead ofPUBLIC.
2022-08
New
- Updated to 2022-08 metamodel baseline.
Fixed
- Project
PUTrequest no longer ignores fields specified afterdefaultBranch DataVersionresponses now include@typefield- OpenAPI specification -
Commit.previousCommittype changed fromobjecttoarray(object)
2022-07
New
- Updated to 2022-07 metamodel baseline.
2022-06
New
-
Operations related to returning
Data, e.g.Element(s), includeDatafromProjectUsages. This applies to the following endpoints:GET /projects/:projectId/commits/:commitId/elementsGET /projects/:projectId/commits/:commitId/elements/:elementIdGET /projects/:projectId/commits/:commitId/rootsGET /projects/:projectId/commits/:commitId/elements/:relatedElementId/relationships
Some specialized use cases would like the ability for these operations to provide only the direct / “owned”
Data. To satisfy these needs, an option has been added to these operations toexcludeUsed.
2022-05
New
- Updated to 2022-05 metamodel baseline.
2022-05 M1
2022-05-m1 2022-05-m1
2022-04
New
- Updated to 2022-04 metamodel baseline. Notably,
Element#identifierhas been renamed toElement#elementIdupstream and this change is reflected in the OpenAPI specification and JSON-LD context definitions.
2022-04 M1
2022-04-m1 2022-04-m1
2022-03
New
- Updated to 2022-03 metamodel baseline.
2022-02
New
- Enable and validate references to the elements in ProjectUsages.
- API extension for commit creation with references of ownership qualified name in addition to ID.
- API extension for element lookup by ownership qualified name.
- Updated to 2022-02 metamodel baseline.