Skip to content

Commit

Permalink
remove null from project keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alisafaee committed Apr 12, 2024
1 parent e0c7584 commit 676ce4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions project/v1/events/created.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
},
{
"name": "keywords",
"type": [
"null",
{
"type": "array",
"items": "string"
}
],
"type": {
"type": "array",
"items": "string"
},
"default": []
},
{
Expand Down
11 changes: 4 additions & 7 deletions project/v1/events/updated.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
},
{
"name": "keywords",
"type": [
"null",
{
"type": "array",
"items": "string"
}
],
"type": {
"type": "array",
"items": "string"
},
"default": []
}
]
Expand Down

0 comments on commit 676ce4e

Please sign in to comment.