{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MappingInOutParameter", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "type": "string" }, "initialValue": { "type": "string" }, "datatype": { "type": "string" }, "precision": { "type": "string" }, "scale": { "type": "string" }, "retentionPolicy": { "type": "string" }, "aggregationType": { "type": "string" }, "currentValue": { "type": "string" } } }