schemas/experienceSlugPost.json in losant_rest-1.8.7 vs schemas/experienceSlugPost.json in losant_rest-1.8.9

- old
+ new

@@ -1,17 +1,17 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "version": { - "$oneOf": [ + "oneOf": [ { "type": "string", "minLength": 1, "maxLength": 255 }, { - "type": null + "type": "null" } ] }, "slug": { "type": "string", \ No newline at end of file