mesc icon indicating copy to clipboard operation
mesc copied to clipboard

json schema

Open o-az opened this issue 6 months ago • 0 comments

starting off the work on defining JSON schema for MESC. The schema url can them be imported into MESC config file by any user to provide types and autocomplete.

Example:

{
  "$schema": "https://raw.githubusercontent.com/o-az/mesc/6d5bb39c1cbcea06d3467f5788763bda73d9c2d7/schema.json",
  // ...
}

o-az avatar Dec 26 '23 08:12 o-az