schemas/integrations.json in losant_rest-1.17.1 vs schemas/integrations.json in losant_rest-1.17.2

- old
+ new

@@ -37,11 +37,10 @@ "integrationType": { "type": "string", "enum": [ "azureEventHub", "googlePubSub", - "meridian", "mqtt", "particle", "sqs" ] }, @@ -226,35 +225,9 @@ "required": [ "accessKeyId", "secretAccessKey", "region", "queueUrl" - ] - }, - "meridianConfig": { - "type": "object", - "properties": { - "authenticationToken": { - "type": "string", - "minLength": 1, - "maxLength": 1024 - }, - "locationId": { - "type": "string", - "minLength": 1, - "maxLength": 1024 - }, - "assetUpdates": { - "type": "boolean" - }, - "zoneUpdates": { - "type": "boolean" - } - }, - "additionalProperties": false, - "required": [ - "authenticationToken", - "locationId" ] }, "status": { "lastKeepAlive": { "type": [ \ No newline at end of file