Skip to content

Commit

Permalink
test compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Mar 12, 2024
1 parent 1852cea commit 51f2f29
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions project/v1/events/created.avsc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"type": "record",
"name": "ProjectCreated",
"namespace":"io.renku.events.v1",
"doc":"Event raised when a new project is created",
"namespace": "io.renku.events.v1",
"doc": "Event raised when a new project is created",
"fields": [
{
"name":"id",
"type":"string"
"name": "id",
"type": "string"
},
{
"name": "name",
Expand All @@ -24,6 +24,10 @@
},
"default": []
},
{
"name": "new property",
"type": "string"
},
{
"name": "visibility",
"type": "io.renku.events.v1.Visibility"
Expand All @@ -47,4 +51,4 @@
}
}
]
}
}

0 comments on commit 51f2f29

Please sign in to comment.