Skip to content

Commit

Permalink
Minor updates to contractors.json entry
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Oct 24, 2024
1 parent 21e5e54 commit 4f755ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions programs/contractors/contractors.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"email": "[email protected]",
"website": "https://www.jviotti.com",
"type": "tsc",
"incorporatedIn": [ "UK", "US" ],
"bio": "I'm a TSC member of JSON Schema, did award-winning research at the University of Oxford in the space of binary serialization and compression using JSON Schema, co-authored an O'Reilly book covering JSON Schema, and own several projects in the ecosystem, ranging educational material like LearnJSONSchema.com to a high-performance C++ JSON Schema compiler and validator. I have experience helping organizations be successful with JSON Schema in the Data, API, and IoT spaces all the way from architecture and training to custom development. I'm eager to help you take your JSON Schema integrations to the next level!",
"incorporatedIn": [ "UK" ],
"bio": "I'm a TSC member of JSON Schema, did award-winning research at the University of Oxford in the space of binary serialization and compression using JSON Schema, co-authored an O'Reilly book covering JSON Schema, and own several projects in the ecosystem, ranging educational material like LearnJSONSchema.com to a high-performance C++ JSON Schema compiler and validator. I have experience helping organizations be successful with JSON Schema in the Data, API, and IoT spaces all the way from architecture, ontology design, and XML migrations to training and custom development. I'm eager to help you take your JSON Schema integrations to the next level!",
"links": [
{
"title": "O'Reilly Book: Unifying Business, Data, and Code: Designing Data Products with JSON Schema",
Expand All @@ -22,12 +22,12 @@
"url": "https://jsonbinpack.sourcemeta.com"
},
{
"title": "Alterschema: Automatic upgrades between versions of JSON Schema (downgrades coming soon)",
"title": "AlterSchema: Automatic upgrades between versions of JSON Schema (downgrades coming soon)",
"url": "https://alterschema.sourcemeta.com"
},
{
"title": "JSON Toolkit: a C++ implementation of JSON Schema, featuring a state-of-the-art schema compiler and a custom JSON parser",
"url": "https://github.com/sourcemeta/jsontoolkit"
"title": "Blaze: the ultra high-performance JSON Schema validator, providing validation in the nano-second range, along with perfect compliance scores. Supports Draft 4, Draft 6, Draft 7, 2019-09 and 2020-12",
"url": "https://github.com/sourcemeta/blaze"
},
{
"title": "Blog post: A deep dive on lexical and dynamic scopes, essential for understanding more advanced topics like dynamic referencing",
Expand Down

0 comments on commit 4f755ff

Please sign in to comment.