@aiwf/json-schema
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -34,2 +34,6 @@ { | ||
}, | ||
"starter": { | ||
"type": "boolean", | ||
"description": "Whether this node is starter node. Only use in loop scenarios." | ||
}, | ||
"inputs": { | ||
@@ -44,2 +48,7 @@ "type": "array", | ||
"items": { "$ref": "#/definitions/NodeParam" } | ||
}, | ||
"secrets": { | ||
"type": "array", | ||
"description": "The secret variables for the node.", | ||
"items": { "$ref": "#/definitions/NodeParam" } | ||
} | ||
@@ -46,0 +55,0 @@ } |
{ | ||
"name": "@aiwf/json-schema", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"files": ["dist"], | ||
@@ -10,3 +10,3 @@ "publishConfig": { | ||
"type": "git", | ||
"url": "https://github.com/ai-workflow/aiwf.git" | ||
"url": "https://github.com/ai-workflow/ai-workflow.git" | ||
}, | ||
@@ -18,5 +18,5 @@ "author": { | ||
"bugs": { | ||
"url": "https://github.com/ai-workflow/aiwf/issues" | ||
"url": "https://github.com/ai-workflow/ai-workflow/issues" | ||
}, | ||
"homepage": "https://github.com/ai-workflow/aiwf#readme" | ||
"homepage": "https://github.com/ai-workflow/ai-workflow#readme" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2781
85