-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update ambassadors.json Application for Andreas Eberhart * Update programs/ambassadors/ambassadors.json Co-authored-by: Benjamin Granados <40007659+benjagm@users.noreply.github.com> * Fix some details in the JSON instance --------- Co-authored-by: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Co-authored-by: Benjamin Granados <benjamin.granadosm@gmail.com>
- Loading branch information
1 parent
15ed57f
commit f88806d
Showing
1 changed file
with
41 additions
and
22 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,43 @@ | ||
[ | ||
{ | ||
"name": "I am the first Ambassador", | ||
"img": "https://avatars.githubusercontent.com/u/40007659?v=4", | ||
"bio": "I am the first JSON Schema Ambassador. I work as Schema Designer in ACME since 2002 and I am the implementer of the Turbo Implementation.", | ||
"title": "Schema Designer at ACME", | ||
"github": "iamthefirst", | ||
"twitter": "iamthefirst", | ||
"linkedin": "iamthefirst", | ||
"company": "ACME", | ||
"country": "🇺🇸", | ||
"contributions": [ | ||
{ | ||
"type": "article", | ||
"title": "Title of my first contribution", | ||
"date": { | ||
"year": 2024, | ||
"month": "May" | ||
{ | ||
"name": "Andreas Eberhart", | ||
"img": "https://media.licdn.com/dms/image/C5603AQFwzjco4Zp2iw/profile-displayphoto-shrink_200_200/0/1522155839427?e=1723680000&v=beta&t=mzwGrHJqCu_doxI4tTZIkH2GtWIeW8iOTD-JDLxwYuA", | ||
"bio": "With 25 years of professional experience, Andreas is very proficient in the areas of enterprise cloud, linked & big data, as well as systems architecture and development. He co-founded two startups and drove their growth resulting in two acquisitions by silicon valley giants HP and Veritas. Combined with his extensive background in cutting edge research, he has the unique ability to address projects from technical, time to market, and ROI angles. He holds a PhD in Computer Science from the University of Saarbrücken and a Master in Computer Science from Portland State University.", | ||
"title": "CEO at Dashjoin", | ||
"github": "aeberhart", | ||
"twitter": "dashjoin", | ||
"linkedin": "andreas-eberhart-94264a44", | ||
"company": "Dashjoin", | ||
"country": "🇩🇪", | ||
"contributions": [ | ||
{ | ||
"type": "article", | ||
"title": "JSON Schema, Schema.org, JSON-LD: What’s the Difference?", | ||
"date": { | ||
"year": 2020, | ||
"month": "August" | ||
}, | ||
"link": "https://medium.com/@dashjoin/json-schema-schema-org-json-ld-whats-the-difference-e30d7315686a" | ||
}, | ||
"link": "https://github.com/my-contri" | ||
} | ||
] | ||
} | ||
] | ||
{ | ||
"type": "video", | ||
"title": "Supercharge your Angular Project with JSON Schema Forms", | ||
"date": { | ||
"year": 2020, | ||
"month": "August" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=Xk9dxbbBFjo" | ||
}, | ||
{ | ||
"type": "adopter", | ||
"title": "Add Dashjoin to the JSON Schema Adopters list.", | ||
"date": { | ||
"year": 2024, | ||
"month": "April" | ||
}, | ||
"link": "https://landscape.json-schema.org/" | ||
} | ||
] | ||
} | ||
] | ||
|