Skip to content

Commit

Permalink
Update FORMAT.md
Browse files Browse the repository at this point in the history
Added list of possible valueTypes
  • Loading branch information
johannes-darms authored Feb 14, 2024
1 parent ae9b1e6 commit 152be69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/mica/documentation/FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ If no `table` information is given the default `Table` is used, i.e. `table` is
- `label` Label, a human-readable representation of the variable.
- `alias` Alternative name for the variable, usually used for defining a shorter name for the variable.

- `valueType` The value type of the variable. (@TODO: List of possible values unknown!) Default value is `text`.
- `valueType` The value type of the variable. Default value is `text`. Possible values are: `binary`, `boolean`, `datetime`, `date`, `decimal`, `integer`, `linestring`, `locale`, `point`, `polygon` and `text`.
- `referencedEntityType` @TODO: List of possible values unknown an effect unclear!) If the variable values are entity identifiers, this is the type of the entities that are referenced
- `mimeType` The mime type of the variable to help applications to display documents (e.g. `image/jpeg`, `application/excel` ...).
- `mimeType` The mime type of the variable to help applications to display documents (e.g. `image/jpeg`, `application/excel` ...). cf. https://www.iana.org/assignments/media-types/media-types.xhtml
- `entityType` (@TODO: List of possible values unknown and effect unclear!)????Opal can store data on different entities such as `Participant`, `Instrument`, `Area`, `Drug`, etc. Default value is `Participant`.
- `unit` (@TODO: Possible values and effed unclear!)The unit in which values expressed (e.g. `cm`, `kg` ...).

Expand Down

0 comments on commit 152be69

Please sign in to comment.