Skip to content

Commit

Permalink
added ai category in dappCategory.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikesh-y committed Nov 10, 2023
1 parent 8bcc300 commit 51edb2f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions src/dappCategory.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,17 @@
"wallets",
"weather"
]
},
{
"category": "ai",
"subCategory": [
"text",
"image",
"audio",
"video",
"business",
"code",
"others"
]
}
]
4 changes: 2 additions & 2 deletions src/schemas/merokuDappStore.dAppSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"sports",
"travel",
"utilities",
"Ai"
"ai"
]
},
"subCategory": {
Expand Down Expand Up @@ -700,7 +700,7 @@
"if": {
"properties": {
"category": {
"const": "Ai"
"const": "ai"
}
}
},
Expand Down

0 comments on commit 51edb2f

Please sign in to comment.