Skip to content

Commit

Permalink
Add field 'feedback_url' on Event, resolves #39
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Dec 13, 2023
1 parent e96d6df commit 1c95264
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions validator/json/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@
"items": {},
"$comment": "// TODO: string vs object"
},
"feedback_url": {
"type": "string",
"format": "uri"
},
"attachments": {
"type": "array",
"items": {},
Expand Down
1 change: 1 addition & 0 deletions validator/xsd/schedule-without-person.xml.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<xs:element type="attachments" name="attachments" minOccurs="0"/>
<xs:element type="httpURI" name="url" minOccurs="0"/>
<xs:element type="answers" name="answers" minOccurs="0"/>
<xs:element type="httpURI" name="feedback_url" minOccurs="0"/>
</xs:all>
<xs:attribute name="id" type="xs:positiveInteger" use="required"/>
<xs:attribute name="guid" type="uuid" use="required"/>
Expand Down
1 change: 1 addition & 0 deletions validator/xsd/schedule.xml.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<xs:element type="attachments" name="attachments" minOccurs="0"/>
<xs:element type="httpURI" name="video_download_url" minOccurs="0"/>
<xs:element type="httpURI" name="url" minOccurs="0"/>
<xs:element type="httpURI" name="feedback_url" minOccurs="0"/>
</xs:all>
<xs:attribute name="id" type="xs:positiveInteger" use="required"/>
<xs:attribute name="guid" type="uuid" use="required"/>
Expand Down

0 comments on commit 1c95264

Please sign in to comment.