Last active
August 29, 2015 14:02
-
-
Save kyyberi/48b6560947e16a5a587a to your computer and use it in GitHub Desktop.
Default apimanifest.json for {API:Suomi} service
This file contains 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
{ | |
"name": "API ryhmittymän nimi", | |
"description": "Kuvaus mitä rajapintoja sisältää.", | |
"apis": [ | |
{ | |
"name": "API nimi", | |
"description": "kuvaus toiminnasta ja mikä sen tuottaman lisäarvo on.", | |
"image": "https://example.com/image.png", | |
"humanUrl": "URL osoite tietovarantoon API:sta", | |
"machineUrl": "API:n root", | |
"keywords": "avainsanat, jotka, kuvaavat, apia", | |
"interface-license": "http://creativecommons.org/licenses/by-sa/3.0/deed.en_US", | |
"data-license": "http://creativecommons.org/licenses/by-sa/3.0/deed.en_US", | |
"attribution": "Omistaja", | |
"version": "1.0", | |
"open": "true/false", | |
"url": "URL mistä tämä API manifest löytyy" | |
} | |
], | |
"maintainers": [ | |
{ | |
"Name": "Ylläpitäjän nimi", | |
"email": "sähköposti", | |
"twitter": "https://twitter.com/apisuomi" | |
} | |
], | |
"tags": "api,suomi,manifest", | |
"updated": "11/04/2013" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment