You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.