UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

57 lines (56 loc) 1.18 kB
{ "type": "object", "properties": { "activeRegionNum": { "type": "integer" }, "beginTime": { "type": "string" }, "catalog": { "type": "string" }, "classType": { "type": "string" }, "endTime": { "type": "string" }, "flrID": { "type": "string" }, "instruments": { "type": "array", "items": { "type": "object", "properties": { "displayName": { "type": "string" } } } }, "link": { "type": "string" }, "note": { "type": "string" }, "peakTime": { "type": "string" }, "sentNotifications": { "type": "null" }, "sourceLocation": { "type": "string" }, "submissionTime": { "type": "string" }, "versionId": { "type": "integer" } }, "version": 7 }