diff --git a/modulecheck/routerMap.json b/modulecheck/routerMap.json index a40a25cd65f60fa682d1fd8a3013cbb5e70bd535..c77df686f17c35db2f4c48d44520f309e6655869 100644 --- a/modulecheck/routerMap.json +++ b/modulecheck/routerMap.json @@ -15,7 +15,8 @@ "name", "pageSourceFile", "buildFunction", - "data" + "data", + "routerData" ] }, "properties": { @@ -35,7 +36,15 @@ "maxLength": 1023 }, "data": { - "description": "Indicates the custom data", + "description": "Indicates the custom data, which can only be configured to accommodate custom data of string type.", + "type": "object", + "maxProperties": 128, + "additionalProperties": { + "type": "string" + } + }, + "routerData": { + "description": "Indicates the custom router data, which can be configured to accommodate any type of custom data.", "type": "object" } },