SystemsModelingAPI 1.0b2 FTF Avatar
  1. OMG Issue

SYSMOAS — missing and superfluous properties

  • Key: SYSMOAS-1
  • Status: closed  
  • Source: RHEA Group ( Sam GerenĂ©)
  • Summary:

    While reading through Release 2023-02 of the Systems Modeling Application Programming Interface (API) and Services.pdf i think the following is incorrect:

    Project: missing property created:ISO8601DateTime
    Branch: owningProject is the Project that owns the given Branch -> this property should not be described here as Branch is a subclass of CommitReference which already has a property called owningProject
    Tag: owningProject is the Project that owns the given Tag-> this property should not be described here as Tag is a subclass of CommitReference which already has a property called owningProject

  • Reported: SystemsModelingAPI 1.0b2 — Sun, 30 Apr 2023 21:04 GMT
  • Disposition: Resolved — SystemsModelingAPI 1.0b2
  • Disposition Summary:

    Add created attribute to Project

    1. Add created attribute of type ISO8601DateTime to the Project.

    2. No changes are needed to Branch.owningProject and Commit.owningProject because these properties override the inherited property CommitReference.owningProject.

  • Updated: Tue, 1 Jul 2025 15:08 GMT
  • Attachments: