Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion biotools_dev.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,11 @@
</enumItem>
<enumItem>
<term>Desktop application</term>
<uiTip>A tool with a graphical user interface that runs on your desktop environment, e.g. on a PC or mobile device.</uiTip>
<uiTip>A tool with a graphical user interface that runs on your desktop environment, e.g. on a PC.</uiTip>
</enumItem>
<enumItem>
<term>Mobile application</term>
<uiTip>A tool with a graphical user interface that runs on your mobile device.</uiTip>
</enumItem>
<enumItem>
<term>Library</term>
Expand Down Expand Up @@ -299,6 +303,7 @@
<xs:enumeration value="Command-line tool"/>
<xs:enumeration value="Database portal"/>
<xs:enumeration value="Desktop application"/>
<xs:enumeration value="Mobile application"/>
<xs:enumeration value="Library"/>
<xs:enumeration value="Ontology"/>
<xs:enumeration value="Plug-in"/>
Expand Down Expand Up @@ -387,6 +392,14 @@
<term>Mac</term>
<uiTip>All flavours of Apple Macintosh operating systems (primarily Mac OS X).</uiTip>
</enumItem>
<enumItem>
<term>Android</term>
<uiTip>All flavours of Android operating systems.</uiTip>
</enumItem>
<enumItem>
<term>iOS</term>
<uiTip>All flavours of Apple iOS mobile operating systems.</uiTip>
</enumItem>
</enum>
</xs:appinfo>
</xs:annotation>
Expand All @@ -395,6 +408,8 @@
<xs:enumeration value="Linux"/>
<xs:enumeration value="Windows"/>
<xs:enumeration value="Mac"/>
<xs:enumeration value="Android"/>
<xs:enumeration value="iOS"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down
5 changes: 4 additions & 1 deletion jsonschema/biotoolsj.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"Command-line tool",
"Database portal",
"Desktop application",
"Mobile application",
"Library",
"Ontology",
"Plug-in",
Expand Down Expand Up @@ -188,7 +189,9 @@
"enum": [
"Linux",
"Windows",
"Mac"
"Mac",
"Android",
"iOS"
]
}
},
Expand Down