Merge pull request #1616 from john-preston/fix_mask_points

Fix mask points definition in docs.
diff --git a/docs/json/helpers/mask.json b/docs/json/helpers/mask.json
index 105067d..d2c9bea 100644
--- a/docs/json/helpers/mask.json
+++ b/docs/json/helpers/mask.json
@@ -16,18 +16,15 @@
     "pt": {
       "title": "Points",
       "description": "Mask vertices",
-      "type": "array",
-      "items": {
-        "type": "object",
-        "oneOf": [
-          {
-            "$ref": "#/properties/shape"
-          },
-          {
-            "$ref": "#/properties/shapeKeyframed"
-          }
-        ]
-      }
+      "oneOf": [
+        {
+          "$ref": "#/properties/shape"
+        },
+        {
+          "$ref": "#/properties/shapeKeyframed"
+        }
+      ],
+      "type": "object"
     },
     "o": {
       "title": "Opacity",