{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://agstack.org/structures/PredictionOut.json", "title": "PredictionOut", "type": "object", "fields": [ { "name": "value", "type": "float" }, { "name": "timestamp", "type": "datetime" }, { "name": "source", "type": "string" }, { "name": "spatial_entity", "type": "string" }, { "name": "data_type", "type": "string" }, { "name": "measurement_type", "type": "string" } ] }