diff --git a/modulecheck/forms.json b/modulecheck/forms.json index eae7abbc9aa734d1131c9fb79eef8919b844579e..4ff483e9b3afb6c74e27f04f69899faecb259eaf 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -47,7 +47,8 @@ "renderingMode", "enableBlurBackground", "funInteractionParams", - "sceneAnimationParams" + "sceneAnimationParams", + "distributedDeviceTypes" ] }, "required": [ @@ -370,6 +371,22 @@ "maxLength": 255 } } + }, + "distributedDeviceTypes": { + "description": "This label indicates supported device types for distributed forms", + "type": "array", + "items": { + "type": "string", + "enum": [ + "default", + "phone", + "tablet", + "tv", + "wearable", + "car", + "2in1" + ] + } } } }