PortSpec definitoin missing required: false for source, target, source_range, target_range properties

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major
    • None
    • Affects Version/s: V1.1_CSD04
    • Component/s: Spec - Simple Profile
    • None
    • Hide

      Fix schema defn. for PortSpec data type in v1.1 (list in v1.0 errata) to have the "required" key appear with a value of "false" for the properties "source", "source_range", "target", "target_range".

      Show
      Fix schema defn. for PortSpec data type in v1.1 (list in v1.0 errata) to have the "required" key appear with a value of "false" for the properties "source", "source_range", "target", "target_range".

      Simple Profile's normative data type "PortSpec" has the properties:

      • source
      • source_range
      • target
      • target_range

      which are all listed as "not required"; however, the schema (definition) in the same section does NOT have the required set to false (i.e., "required: false") which is incorrect. Without the "required: false" in the defn., by default these are interpreted as required (true) properties.

            Assignee:
            Matthew Rutkowski (Inactive)
            Reporter:
            Matthew Rutkowski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: