diff --git a/schema/div-blend-mode.json b/schema/div-blend-mode.json index d8b2dcdfc..ecc14c45a 100644 --- a/schema/div-blend-mode.json +++ b/schema/div-blend-mode.json @@ -8,9 +8,5 @@ "multiply", "screen" ], - "$description": "translations.json#/div_blend_mode", - "platforms": [ - "android", - "ios" - ] + "$description": "translations.json#/div_blend_mode" } diff --git a/schema/div-circle-shape.json b/schema/div-circle-shape.json index b56123fb7..4ade57057 100644 --- a/schema/div-circle-shape.json +++ b/schema/div-circle-shape.json @@ -25,6 +25,7 @@ "type" ], "platforms": [ - "android" + "android", + "web" ] } diff --git a/schema/div-pivot-fixed.json b/schema/div-pivot-fixed.json index cf9e928c5..4584b0543 100644 --- a/schema/div-pivot-fixed.json +++ b/schema/div-pivot-fixed.json @@ -19,6 +19,7 @@ } }, "platforms": [ - "ios" + "ios", + "web" ] }