import 'package:swagger/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
uri | String | data URI | [default to null] |
date | String | date or datetime | [default to null] |
target | String | target URI on which the data have been collected (e.g. a scientific object) | [optional] [default to null] |
variable | String | variable URI | [default to null] |
value | Object | can be decimal, integer, boolean, string or date | [default to null] |
confidence | double | confidence index | [optional] [default to null] |
provenance | DataProvenanceModel | [default to null] | |
metadata | Map<String, Object> | key-value system to store additional information that can be used to query data | [optional] [default to {}] |
rawData | List<Object> | list of repetition values | [optional] [default to []] |