diff --git a/modulecheck/insightIntent.json b/modulecheck/insightIntent.json index b99a2a91d1f9bc86f770c257c1a5bb13bef68061..9a9499105a0ca3bff412d9cd16175da2f2f8a371 100644 --- a/modulecheck/insightIntent.json +++ b/modulecheck/insightIntent.json @@ -202,11 +202,18 @@ "insightIntentsSrcEntry": { "description": "Indicates the srcEntry of insightIntents.", "type": "array", + "uniqueItems": true, "items": { "type": "object", + "propertyNames": { + "enum": [ + "srcEntry" + ] + }, "required": [ "srcEntry" ], + "additionalProperties": false, "properties": { "srcEntry": { "description": "Indicates the js code path corresponding to the insight intent entry executor.", diff --git a/modulecheck/insightIntentInner.json b/modulecheck/insightIntentInner.json index 6436cc921dadee7b3275d3bdf0ec946174e21b8b..8456240d8760fe7862997659937dfa20ec52efea 100644 --- a/modulecheck/insightIntentInner.json +++ b/modulecheck/insightIntentInner.json @@ -203,11 +203,18 @@ "insightIntentsSrcEntry": { "description": "Indicates the srcEntry of insightIntents.", "type": "array", + "uniqueItems": true, "items": { "type": "object", + "propertyNames": { + "enum": [ + "srcEntry" + ] + }, "required": [ "srcEntry" ], + "additionalProperties": false, "properties": { "srcEntry": { "description": "Indicates the js code path corresponding to the insight intent entry executor.",