From 3f24ae7992da78cb7c4d3940d55abe8bd44fe951 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 10 Dec 2024 08:27:41 -0400 Subject: [PATCH] Mention JSON Schema Conference talk in ambassor entry Signed-off-by: Juan Cruz Viotti --- programs/ambassadors/ambassadors.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json index 4e984a31..e2e2b530 100644 --- a/programs/ambassadors/ambassadors.json +++ b/programs/ambassadors/ambassadors.json @@ -118,11 +118,11 @@ { "name": "Juan Cruz Viotti", "img": "https://avatars.githubusercontent.com/u/2192773?v=4", - "bio": "CTO at Intelligence.AI, founder of Sourcemeta, consultant, and author", - "title": "Chief Technical Officer", + "bio": "Founder at Sourcemeta, consultant, and author", + "title": "Founder", "github": "jviotti", "linkedin": "jviotti", - "company": "Intelligence.AI", + "company": "Sourcemeta", "country": "🇧🇴", "contributions": [ { @@ -178,6 +178,15 @@ "month": "March" }, "link": "https://github.com/json-schema-org/community/issues/599" + }, + { + "type": "talk", + "title": "Applying Software Engineering Practices to Schemas", + "date": { + "year": 2024, + "month": "December" + }, + "link": "http://conference.json-schema.org" } ] },