Skip to content

Commit

Permalink
Add completeness to JSON projections
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Feb 19, 2024
1 parent 162aced commit 3a092c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions event.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
"contributors": {
"$ref": "./event-contributors.json"
},
"completeness": {
"$ref": "./common-completeness.json"
},
"calendarSummary": {
"$ref": "./event-calendarSummary.json"
}
Expand Down
3 changes: 3 additions & 0 deletions organizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
},
"contributors": {
"$ref": "./organizer-contributors.json"
},
"completeness": {
"$ref": "./common-completeness.json"
}
},
"required": [
Expand Down
3 changes: 3 additions & 0 deletions place.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
"contributors": {
"$ref": "./place-contributors.json"
},
"completeness": {
"$ref": "./common-completeness.json"
},
"calendarSummary": {
"$ref": "./place-calendarSummary.json"
}
Expand Down

0 comments on commit 3a092c2

Please sign in to comment.