Skip to content

Commit f88806d

Browse files
aeberhartbenjagm
andauthored
Update ambassadors.json (#752)
* Update ambassadors.json Application for Andreas Eberhart * Update programs/ambassadors/ambassadors.json Co-authored-by: Benjamin Granados <[email protected]> * Fix some details in the JSON instance --------- Co-authored-by: Benjamin Granados <[email protected]> Co-authored-by: Benjamin Granados <[email protected]>
1 parent 15ed57f commit f88806d

File tree

1 file changed

+41
-22
lines changed

1 file changed

+41
-22
lines changed

programs/ambassadors/ambassadors.json

Lines changed: 41 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,43 @@
11
[
2-
{
3-
"name": "I am the first Ambassador",
4-
"img": "https://avatars.githubusercontent.com/u/40007659?v=4",
5-
"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.",
6-
"title": "Schema Designer at ACME",
7-
"github": "iamthefirst",
8-
"twitter": "iamthefirst",
9-
"linkedin": "iamthefirst",
10-
"company": "ACME",
11-
"country": "🇺🇸",
12-
"contributions": [
13-
{
14-
"type": "article",
15-
"title": "Title of my first contribution",
16-
"date": {
17-
"year": 2024,
18-
"month": "May"
2+
{
3+
"name": "Andreas Eberhart",
4+
"img": "https://media.licdn.com/dms/image/C5603AQFwzjco4Zp2iw/profile-displayphoto-shrink_200_200/0/1522155839427?e=1723680000&v=beta&t=mzwGrHJqCu_doxI4tTZIkH2GtWIeW8iOTD-JDLxwYuA",
5+
"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.",
6+
"title": "CEO at Dashjoin",
7+
"github": "aeberhart",
8+
"twitter": "dashjoin",
9+
"linkedin": "andreas-eberhart-94264a44",
10+
"company": "Dashjoin",
11+
"country": "🇩🇪",
12+
"contributions": [
13+
{
14+
"type": "article",
15+
"title": "JSON Schema, Schema.org, JSON-LD: What’s the Difference?",
16+
"date": {
17+
"year": 2020,
18+
"month": "August"
19+
},
20+
"link": "https://medium.com/@dashjoin/json-schema-schema-org-json-ld-whats-the-difference-e30d7315686a"
1921
},
20-
"link": "https://github.com/my-contri"
21-
}
22-
]
23-
}
24-
]
22+
{
23+
"type": "video",
24+
"title": "Supercharge your Angular Project with JSON Schema Forms",
25+
"date": {
26+
"year": 2020,
27+
"month": "August"
28+
},
29+
"link": "https://www.youtube.com/watch?v=Xk9dxbbBFjo"
30+
},
31+
{
32+
"type": "adopter",
33+
"title": "Add Dashjoin to the JSON Schema Adopters list.",
34+
"date": {
35+
"year": 2024,
36+
"month": "April"
37+
},
38+
"link": "https://landscape.json-schema.org/"
39+
}
40+
]
41+
}
42+
]
43+

0 commit comments

Comments
 (0)