diff --git a/modulecheck/app.json b/modulecheck/app.json index c4b60ede7dfd86bd3c3121750420251d3c0efbd8..52850762710012748394b2d4db28c65b27625eb3 100644 --- a/modulecheck/app.json +++ b/modulecheck/app.json @@ -83,7 +83,6 @@ "bundleName", "debug", "bundleType", - "shared", "icon", "label", "description", @@ -125,27 +124,10 @@ "type":"string", "enum": [ "app", - "atomicService" + "atomicService", + "shared" ] }, - "shared": { - "description": "Indicates the application is a shared bundle.", - "type":"object", - "propertyNames": { - "enum": [ - "compatiblePolicy" - ] - }, - "properties": { - "compatiblePolicy": { - "description": "Indicates the shared bundle compatible policy", - "type":"string", - "enum": [ - "backwardCompatibility" - ] - } - } - }, "debug": { "description": "Identify whether the application can be debugged.", "type": "boolean",