schemas/instanceCustomNode.json in losant_rest-1.16.0 vs schemas/instanceCustomNode.json in losant_rest-1.16.1
- old
+ new
@@ -567,9 +567,18 @@
"appCount": {
"type": "integer"
},
"flowCount": {
"type": "integer"
+ },
+ "orgName": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ },
+ "orgIconColor": {
+ "type": "string",
+ "maxLength": 64
}
},
"additionalProperties": false
}
},
\ No newline at end of file