schemas/experienceEndpointPatch.json in losant_rest-1.14.1 vs schemas/experienceEndpointPatch.json in losant_rest-1.15.0
- old
+ new
@@ -59,14 +59,13 @@
"properties": {
"value": {
"type": "string"
},
"statusCode": {
- "type": "number",
- "min": 100,
- "max": 599,
- "integer": true
+ "type": "integer",
+ "minimum": 100,
+ "maximum": 599
},
"type": {
"type": "string",
"enum": [
"page",
@@ -92,13 +91,12 @@
"properties": {
"value": {
"type": "string"
},
"statusCode": {
- "type": "number",
- "min": 100,
- "max": 599,
- "integer": true
+ "type": "integer",
+ "minimum": 100,
+ "maximum": 599
},
"type": {
"type": "string",
"enum": [
"page",
\ No newline at end of file