Skip to content

Commit 7be73e0

Browse files
authored
Update index.html
updated desc & ex for parameterType & parameterValueType
1 parent a0b1bc4 commit 7be73e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ <h3>Location</h3>
979979

980980
<section id="parameterType">
981981
<h3>Parameter Type*</h3>
982-
<p>Type of parameter.</p>
982+
<p>Type of the parameter in terms of its role in the operation.</p>
983983
<ul>
984984
<li>Cardinality: 0..n</li>
985985
<li>Datatype: string</li>
@@ -997,15 +997,15 @@ <h3>Parameter Type*</h3>
997997

998998
<section id="parameterValueType">
999999
<h3>Parameter Value Type*</h3>
1000-
<p>Type of the value of the particular parameter.</p>
1000+
<p>Semantic identifiers of particular parameters, retreived from identifiers.org</p>
10011001
<ul>
1002-
<li>Cardinality: 0..n</li>
1002+
<li>Cardinality: array of URIs</li>
10031003
<li>Datatype: string</li>
10041004
</ul>
10051005
<div class="example">
10061006
<p>
10071007
<pre class="highlight">
1008-
"parameterValueType": "enterzgene"
1008+
"parameter value type": "http://identifiers.org/ensembl"; "http://identifiers.org/ncbigene"
10091009
</pre>
10101010
<div class="image">
10111011
<p><img alt="Should" border="0" height="60" src="should.jpg" width="80" /><br/></p>

0 commit comments

Comments
 (0)