#:schema Document Directive
Same as Taplo, #:schema is used to specify the schema to use for the document.
However, Tombi only allows document comment directives at the beginning of the document, so you need to add a blank line after the directive.
Usage
HTTP/HTTPS URLs
#:schema https://example.com/my-schema.json
[config]
value = "example"Local File Paths
#:schema ./schemas/my-schema.json
[settings]
enabled = true