Skip to content

Commit

Permalink
Added meetingState
Browse files Browse the repository at this point in the history
  • Loading branch information
the-infinity committed Sep 3, 2015
1 parent 76d8e7f commit c143138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/Meeting.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"description": "Name der Sitzung.",
"type": "string"
},
"meetingState": {
"description": "Aktueller Status der Sitzung.",
"type": "string"
}
"start": {
"description": "Datum und Uhrzeit des Anfangszeitpunkts der Sitzung. Bei einer zukünftigen Sitzung ist dies der geplante Zeitpunkt, bei einer stattgefundenen KANN es der tatsächliche Startzeitpunkt sein.",
"type": "string",
Expand Down

0 comments on commit c143138

Please sign in to comment.