ThingWorx Analytics Data > Prepare Data and Metadata > Non-Time Series Metadata Sample
Non-Time Series Metadata Sample
The JSON sample below contains metadata for a non-time series dataset.
[
{
"fieldName": "Age Group",
"values": [
"<=5",
"6-11",
"12-18",
"19-25",
"26-40",
"41-54",
"55-64",
"65-74",
"75-84",
"85+"
],
"range": null,
"dataType": "STRING",
"opType": "ORDINAL",
"timeSamplingInterval": null,
"isStatic": false
},
{
"fieldName": "Annual Well Visit Claims",
"values": [
"Not Completed",
"Completed"
],
"range": null,
"dataType": "STRING",
"opType": "ORDINAL",
"timeSamplingInterval": null,
"isStatic": false
},
{
"fieldName": "AsthmaFlag",
"values": null,
"range": null,
"dataType": "STRING",
"opType": "BOOLEAN",
"timeSamplingInterval": null,
"isStatic": false
}
]
Was this helpful?