JSON Schema is a validation language, not a data definition language. This talk introduces a new specification designed to finally fix that.
#1about 5 minutes
Why JSON Schema fails as a data definition language
JSON Schema's complexity with validation constructs like `allOf` and `anyOf` makes it a poor choice for defining data types, leading to a stalled standard.
#2about 2 minutes
Introducing JSON Structure as a type definition language
JSON Structure refactors JSON Schema into a strict type definition language with required types, named objects, and new built-in primitive types for better code generation.
#3about 2 minutes
Using new compound types like map and tuple
JSON Structure introduces formal compound types like `map` for dictionaries and `tuple` for creating efficient, compact wire formats for time-series data.
#4about 4 minutes
Defining discriminated unions and organizing types
Use the `choices` keyword for formal discriminated unions and organize schemas with namespaces and a restricted `$ref` for cleaner mapping to programming languages.
#5about 3 minutes
Managing dependencies with imports and explicit inheritance
Separate file inclusion from type referencing with `$import` and use `abstract` and `extends` for clear, unambiguous type inheritance.
#6about 4 minutes
Extending schemas with companion specifications
Add functionality through optional companion specs for internationalization, scientific units, currencies, and even re-introducing validation rules from JSON Schema.
#7about 2 minutes
How to get involved with the JSON Structure standard
JSON Structure is a new IETF draft, and community participation through filing issues and providing feedback at jsonstructure.org is encouraged.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
02:14 MIN
Introducing JSON Structure as a better schema language
Bringing Clarity to Event Streams: Enabling Analytics and AI Through Rich Metadata
03:36 MIN
Enforcing structured output with JSON Schema
Exploring Google Gemini and Generative AI
01:59 MIN
A deep dive into the micro-frontend JSON schema
Micro-Frontends Discovery
04:49 MIN
Using schemas to provide necessary data constraints
Bringing Clarity to Event Streams: Enabling Analytics and AI Through Rich Metadata
Douglas Crockford - JSON and BeyondBack at the WeAreDevelopers World Congress in July, Douglas Crockford took the stage to tell the JSON story and what's next. You can watch the video or read all about it here.IntroductionHello dear friends! Today, we delve into the world of data inte...
Chris Heilmann
Dev Digest 136 - No JS(on) of mineNews and ArticlesDouglas Crockford is our featured video, so let's talk about evolving JavaScript and all things JSON. Judicious JSON explains all the weird things in it, you can learn why it can be incredibly slow, people wonder what even is a JSON ...
Daniel Cranney
Tips and Tricks: Working with JSONWe recently released a JSON-focused edition of the Dev Digest, honouring its creator, Douglas Crockford, and what has become one of the most commonly used formats for storing and sharing data. It turns out, developers really like JSON, so we thought ...
Daniel Cranney
The State of HTML 2024: What can we learn from it?The results of the State of HTML 2024 survey are in! Though the name suggests it’s HTML-only, the survey focuses on the web platform in a more general sense, giving us some fascinating insights into not only the state of the web, but also some sense ...
From learning to earning
Jobs that call for the skills explored in this talk.