hashmapinc / nifi-opcua-bundle

Apache License 2.0
31 stars 11 forks source link

build new JSON schema #23

Closed ed3766 closed 6 years ago

ed3766 commented 7 years ago

Build JSON to support the following schema:

{ "values" : [ { "id" : "SimulationExamples.Functions.Ramp1", "vs" : "35", "ts" : "10/12/17 00:12:16.6003385 GMT" "q" : 0 }, { "id" : "SimulationExamples.Functions.Ramp2", "vs" : "150.75", "ts" : "10/12/17 00:12:16.6003385 GMT" "q" : 0 }, .... ] }

Verify and test the the above JSON schema is correctly outputed.