Skip to content

Commit

Permalink
add keywords to project (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad-alisafaee authored Apr 12, 2024
1 parent f58d801 commit e0c7584
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions project/v1/events/created.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
"string"
]
},
{
"name": "keywords",
"type": [
"null",
{
"type": "array",
"items": "string"
}
],
"default": []
},
{
"name": "createdBy",
"type": "string"
Expand Down
11 changes: 11 additions & 0 deletions project/v1/events/updated.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
"null",
"string"
]
},
{
"name": "keywords",
"type": [
"null",
{
"type": "array",
"items": "string"
}
],
"default": []
}
]
}

0 comments on commit e0c7584

Please sign in to comment.