typedwebhook.tools
typedwebhook.tools copied to clipboard
Define JSON Schema version using $schema
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.