Schemas

The collection of schemas used in T2.

link Usage

JSON schemas are used by code editors to offer tooltips, autocomplete, and validation. To use in your JSON file, add the $schema property to the top of the file with the value of the schema URL.

For example, in your t2.json file you would add:

{
	"$schema": "https://t2.teft.io/schemas/t2.json"
}