Created
July 22, 2014 06:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"ministry": "<ministry identifier>", | |
"title": "<position title>", | |
"name": "<minister's name>", | |
"from": "<start date of ministership>", | |
"to": "<end date of ministership>" | |
},{ | |
... | |
}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"id": "<unique identifier of some kind>", | |
"name": "<name of prime minister>", | |
"party": "<name of party>", | |
"from": "<start date of ministry>", | |
"to": "<end date of ministry>" | |
},{ | |
... | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment