schemas/dataTableRowInsert.json in losant_rest-1.8.3 vs schemas/dataTableRowInsert.json in losant_rest-1.8.4

- old
+ new

@@ -1,10 +1,10 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "oneOf": [ { - "title": "Data Table Row Insert/Update", + "title": "Data Table Row Insert Update", "description": "Schema for inserting or updating a data table row", "type": "object", "patternProperties": { "^[0-9a-zA-Z_-]{1,255}$": { "type": [ @@ -20,10 +20,10 @@ { "title": "Data Table Row Insert Multiple", "description": "Schema for inserting data table rows", "type": "array", "items": { - "title": "Data Table Row Insert/Update", + "title": "Data Table Row Insert Update", "description": "Schema for inserting or updating a data table row", "type": "object", "patternProperties": { "^[0-9a-zA-Z_-]{1,255}$": { "type": [ \ No newline at end of file