@glue42/schemas
Advanced tools
Comparing version 3.18.0 to 3.20.0
{ | ||
"name": "@glue42/schemas", | ||
"version": "3.18.0", | ||
"version": "3.20.0", | ||
"description": "A collection of JSON schemas used in Glue42", | ||
@@ -5,0 +5,0 @@ "main": "app/main.js", |
@@ -37,4 +37,4 @@ { | ||
"port": { | ||
"description": "The Glue42 Gateway will start on that port.", | ||
"type": "integer", | ||
"description": "The Glue42 Gateway will start on that port. Comma separated list of port ranges. Ex. 8385,8390-8395.", | ||
"type": ["string", "integer"], | ||
"default": 8080 | ||
@@ -341,2 +341,6 @@ }, | ||
}, | ||
"user-agent": { | ||
"type": "string", | ||
"description": "Value for the User-Agent HTTP header." | ||
}, | ||
"conflation": { | ||
@@ -424,2 +428,2 @@ "type": "object", | ||
"additionalProperties": false | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
828968
18694