Last active
September 25, 2016 07:45
-
-
Save bonustrack/021525e2304a55f31637e60db3c87532 to your computer and use it in GitHub Desktop.
Steem Script: An Open JSON Standard for Trusted Workflows
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
{ | |
"version": "0.0.1", | |
"dns": {"records":[["@","CNAME","steem.io"]]}}, | |
"profile": { | |
"name": "Ned Scott", | |
"email": "[email protected]", | |
"birthday": "12/31/1999", | |
"gender": "male", | |
"about": "CEO and Co-founder at Steemit", | |
"first_name": "Ned", | |
"last_name": "Scott", | |
"location": "New York", | |
"timezone": "-5", | |
"locale": "en_US", | |
"languages": ["en"], | |
"website": "https://steem.io/", | |
"cover_image": "https://img.busy6.com/@ned/cover", | |
"profile_image": "https://img.busy6.com/@ned", | |
"featured_post": "the-first-phase-of-the-steem-faq-and-wikee-consolidation-of-knowledge" | |
} | |
} |
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
{ | |
"version": "0.0.1", | |
"tags": ["steemit", "steem"], | |
"users": ["ned", "dan"], | |
"images": ["https://img.busy6.com/@ned"], | |
"videos": ["https://www.youtube.com/watch?v=rkQ7b-u8_6g"], | |
"status": "archived", | |
"canonical": "http://blog.steem.io/steem/@ned/the-first-phase-of-the-steem-faq-and-wikee-consolidation-of-knowledge" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment