-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: V1.1_CSD04
-
Component/s: Spec - Simple Profile
-
None
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.