Skip to content

Commit 6fd093c

Browse files
authored
Add Juan Cruz Viotti to ambassador list (#761)
* Add Juan Cruz Viotti to ambassador list Signed-off-by: Juan Cruz Viotti <[email protected]> * Fix JSON Signed-off-by: Juan Cruz Viotti <[email protected]> * Make JSON adhere to its schema Signed-off-by: Juan Cruz Viotti <[email protected]> --------- Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent d4afdc0 commit 6fd093c

File tree

1 file changed

+71
-4
lines changed

1 file changed

+71
-4
lines changed

programs/ambassadors/ambassadors.json

Lines changed: 71 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"month": "April"
3737
},
3838
"link": "https://landscape.json-schema.org/"
39+
}
40+
]
3941
},
4042
{
4143
"name": "David Biesack",
@@ -85,7 +87,7 @@
8587
"link": "https://apidesignmatters.substack.com/p/learning-the-language-of-api-data"
8688
},
8789
{
88-
"type": "pull request review",
90+
"type": "other",
8991
"title": "What is JSON Schema?",
9092
"date": {
9193
"year": 2024,
@@ -94,15 +96,80 @@
9496
"link": "https://github.com/json-schema-org/website/pull/679"
9597
},
9698
{
97-
"type": "conference-talk",
99+
"type": "talk",
98100
"title": "Wielding the Double-Edged Sword of JSON Schema",
99101
"date": {
100102
"year": 2022,
101-
"month": "Sempember"
103+
"month": "September"
102104
},
103105
"link": "https://www.youtube.com/watch?v=6ukZEUBRpqo"
104106
}
105107
]
108+
},
109+
{
110+
"name": "Juan Cruz Viotti",
111+
"img": "https://avatars.githubusercontent.com/u/2192773?v=4",
112+
"bio": "CTO at Intelligence.AI, founder of Sourcemeta, consultant, and author",
113+
"title": "Chief Technical Officer",
114+
"github": "jviotti",
115+
"linkedin": "jviotti",
116+
"company": "Intelligence.AI",
117+
"country": "🇧🇴",
118+
"contributions": [
119+
{
120+
"type": "project",
121+
"title": "Alterschema",
122+
"date": {
123+
"year": 2022,
124+
"month": "May"
125+
},
126+
"link": "https://alterschema.sourcemeta.com"
127+
},
128+
{
129+
"type": "article",
130+
"title": "How the W3C Web of Things brings JSON Schema to the Internet of Things",
131+
"date": {
132+
"year": 2022,
133+
"month": "October"
134+
},
135+
"link": "https://json-schema.org/blog/posts/w3c-wot-case-study"
136+
},
137+
{
138+
"type": "project",
139+
"title": "Learn JSON Schema",
140+
"date": {
141+
"year": 2023,
142+
"month": "March"
143+
},
144+
"link": "https://www.learnjsonschema.com"
145+
},
146+
{
147+
"type": "article",
148+
"title": "Understanding JSON Schema Lexical and Dynamic Scopes",
149+
"date": {
150+
"year": 2024,
151+
"month": "February"
152+
},
153+
"link": "https://json-schema.org/blog/posts/understanding-lexical-dynamic-scopes"
154+
},
155+
{
156+
"type": "book",
157+
"title": "Unifying Business, Data, and Code: Designing Data Products with JSON Schema",
158+
"date": {
159+
"year": 2024,
160+
"month": "January"
161+
},
162+
"link": "https://www.oreilly.com/library/view/unifying-business-data/9781098144999/"
163+
},
164+
{
165+
"type": "initiative",
166+
"title": "GSoC 2024: Upgrade/Downgrade Rules",
167+
"date": {
168+
"year": 2024,
169+
"month": "March"
170+
},
171+
"link": "https://github.com/json-schema-org/community/issues/599"
172+
}
173+
]
106174
}
107175
]
108-

0 commit comments

Comments
 (0)