This repository was archived by the owner on Sep 22, 2019. It is now read-only.

Description
At least that's my assumption, since the response to oti/v1/findAllStudies never shows more than one tag per study.
For what it's worth, the client-side code is expecting JSON as follows:
- If a study has no tags, omit the
ot:tags property (this is the status quo);
- if it has multiple tags, an array of strings is best;
- if it has a single tag, a string or a one-item array is fine.