diff --git a/package.json b/package.json index 71bebe9..0489422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@merokudao/dapp-store-registry", - "version": "0.1.102", + "version": "0.1.103", "description": "The dApp Store registry for MerokuDAO dAapp Store", "repository": { "type": "git", diff --git a/src/dappCategory.json b/src/dappCategory.json index cb13ab7..ad47152 100644 --- a/src/dappCategory.json +++ b/src/dappCategory.json @@ -185,5 +185,17 @@ "wallets", "weather" ] + }, + { + "category": "ai", + "subCategory": [ + "text", + "image", + "audio", + "video", + "business", + "code", + "others" + ] } ] diff --git a/src/schemas/merokuDappStore.dAppSchema.json b/src/schemas/merokuDappStore.dAppSchema.json index 6ac37ff..28b8692 100644 --- a/src/schemas/merokuDappStore.dAppSchema.json +++ b/src/schemas/merokuDappStore.dAppSchema.json @@ -204,7 +204,7 @@ "sports", "travel", "utilities", - "Ai" + "ai" ] }, "subCategory": { @@ -700,7 +700,7 @@ "if": { "properties": { "category": { - "const": "Ai" + "const": "ai" } } },