@aiwf/json-schema
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -58,3 +58,21 @@ { | ||
"type": "array", | ||
"description": "The lines in the workflow." | ||
"description": "The lines in the workflow.", | ||
"items": { | ||
"type": "object", | ||
"required": ["from", "to"], | ||
"properties": { | ||
"from": { | ||
"type": "string", | ||
"description": "The unique ID of the starting node." | ||
}, | ||
"to": { | ||
"type": "string", | ||
"description": "The unique ID of the ending node." | ||
}, | ||
"transform": { | ||
"type": "object", | ||
"description": "The input parameters key map, from previous node's out parameter to next node's input parameter." | ||
} | ||
} | ||
} | ||
} | ||
@@ -61,0 +79,0 @@ }, |
{ | ||
"name": "@aiwf/json-schema", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"files": ["dist"], | ||
@@ -8,2 +8,7 @@ "publishConfig": { | ||
}, | ||
"scripts": { | ||
"clean": "", | ||
"build": "", | ||
"test": "" | ||
}, | ||
"repository": { | ||
@@ -10,0 +15,0 @@ "type": "git", |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3417
103
2