example of idea in json
{ | |
"name": "My idea", | |
"author": "Me", | |
"submitdate": "2015-01-01", | |
"lastupdate": "2015-02-31", | |
"version": "0.1", | |
"shortdescription": "My idea is to change the world", | |
"longdescription": "Lorem Ideapsum", | |
"urls": { | |
"idea": "http://linktomyidea.com", | |
"discussion": "http://myforum.com" | |
}, | |
"category": [ | |
"collaboration", | |
"libre", | |
"software" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment