taplo icon indicating copy to clipboard operation
taplo copied to clipboard

Question about use of property `x-taplo-info`

Open hyperupcall opened this issue 1 year ago • 0 comments

Hello! :wave:

I help maintain SchemaStore and was the one that migrated the various JSON Schemas for TOML files to SchemaStore (related: issue #288).

I found that many TOML files at SchemaStore make use of an x-taplo-info property like so:

{
  // ...
  "x-taplo-info": {
    "authors": ["Kathryn Long (https://github.com/starkat99)"],
    "version": "0.35.0",
    "patterns": ["^(.*(/|\\\\)Makefile\\.toml|Makefile\\.toml)$"]
  }

I was wondering if this property still used or if it is OK to remove? I found no code references to it in this repository and it's not in the documentation, so I'm not sure if/how it was used.

hyperupcall avatar Aug 20 '24 03:08 hyperupcall