Skip to content

2022-09

Choose a tag to compare

@ivan-gomes ivan-gomes released this 16 Oct 20:10
· 134 commits to master since this release

New

  • Introduces GET /meta/datatypes (paginated) and GET /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#public in JSON payloads is now public instead of PUBLIC.