schemas/orgs.json in losant_rest-1.2.0 vs schemas/orgs.json in losant_rest-1.2.1
- old
+ new
@@ -108,10 +108,13 @@
"type": "number"
},
"solution": {
"type": "number"
},
+ "integration": {
+ "type": "number"
+ },
"webhook": {
"type": "number"
},
"dataTTL": {
"type": "number"
@@ -252,13 +255,24 @@
"patternProperties": {
".*": {
"type": "number"
}
}
+ },
+ "integration": {
+ "type": "object",
+ "patternProperties": {
+ ".*": {
+ "type": "number"
+ }
+ }
}
}
},
"solutionCount": {
+ "type": "number"
+ },
+ "integrationCount": {
"type": "number"
},
"webhookCount": {
"type": "number"
}
\ No newline at end of file