UNPKG

ndc-suez

Version:

Generate standard ndc UI

23 lines 531 B
{ "$schema": "http://json-schema.org/schema", "$id": "ndc-matlab", "title": "NDC Matlab", "type": "object", "properties": { "spec": { "description": "Where is the excel spec file", "type": "string", "format": "path", "x-prompt": "Where is spec file :" }, "sourcePath": { "description": "The source path", "type": "string" }, "destinationPath": { "description": "The destination path", "type": "string" } }, "required": [] }