Skip to content

Commit 1cdb653

Browse files
author
Fredrik Fristedt
authored
Update ArtifactPublished schema to version 3.1.0 (#59)
1 parent 24c5d60 commit 1cdb653

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/eiffel_graphql_api/graphql/schemas/events/json_schemas/EiffelArtifactPublishedEvent.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"version": {
1717
"type": "string",
18-
"enum": [ "3.0.0" ],
19-
"default": "3.0.0"
18+
"enum": [ "3.1.0" ],
19+
"default": "3.1.0"
2020
},
2121
"time": {
2222
"type": "integer"
@@ -117,6 +117,9 @@
117117
"items": {
118118
"type": "object",
119119
"properties": {
120+
"name": {
121+
"type": "string"
122+
},
120123
"type": {
121124
"type": "string",
122125
"enum": [

0 commit comments

Comments
 (0)