typedwebhook.tools icon indicating copy to clipboard operation
typedwebhook.tools copied to clipboard

Define JSON Schema version using $schema

Open djfarrelly opened this issue 2 years ago • 0 comments

Description

As reported by this user on twitter, it's generally good practice to include the $schema draft version within the schema itself. Here are the official docs:

You can use the $schema keyword to declare which version of the JSON Schema specification the schema is written to. See $schema for more information. It’s generally good practice to include it, though it is not required.

Source

djfarrelly avatar Mar 10 '22 22:03 djfarrelly