Skip to content

Commit

Permalink
Merge pull request #39 from erasmus-without-paper/esi
Browse files Browse the repository at this point in the history
European Student Identifier added to the get response
  • Loading branch information
MartaJuzepczuk authored Feb 26, 2020
2 parents 55b5f1a + fefab42 commit 98c4ff1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ document, starting from its first beta draft version.
-----

* First stable release.
* European Student Identifier added to the get response.


0.16.0
Expand Down
9 changes: 9 additions & 0 deletions endpoints/get-response.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,15 @@
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="global-id" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Global student identifier. Should follow the specification of the
European Student Identifier
(https://github.com/erasmus-without-paper/european-student-identifier).
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="birth-date" type="xs:date" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Expand Down

0 comments on commit 98c4ff1

Please sign in to comment.