Closed stain closed 6 years ago
@jpat1546 should _multi_value
likewise be removed from reviewer
:
to match the example:
For instance, why is reviewer_comment a list?
Fixed- it shouldn't be an array.
The possible values for status should be defined as a bullet-point list rather than inline in a text, so that is clear what are the only possible values.
Format changed.
@corburn -
should
_multi_value
likewise be removed fromreviewer
:BCO_Specification/base_type_BioCompute.json
Lines 73 to 76 in ef7f70f
"reviewer" : { "_type": "contributor", "_multi_value" : true }, to match the example:
Good catch! The review
field should be the only _multi_value
needed there.
The review object is only shown by example.
The sub-keys
reviewer_comment
andreviewer
must be further defined. For instance, why isreviewer_comment
a list?The possible values for
status
should be defined as a bullet-point list rather than inline in a text, so that is clear what are the only possible values.