settings.json
Copy Json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "VS/Lotta Settings",
"type": "object",
"properties": {
"laser_finish": {
"type": "boolean"
}
}
}settings.json Copy Json { "$schema": "http://json-schema.org/draft-04/schema#", "description": "VS/Lotta Settings", "type": "object", ...
Copy Json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "VS/Lotta Settings",
"type": "object",
"properties": {
"laser_finish": {
"type": "boolean"
}
}
}