Project factory module JSON schemas (#2485)

* folder and project schemas

* budget schema
This commit is contained in:
Ludovico Magnocavallo
2024-08-08 18:43:11 +02:00
committed by GitHub
parent bda83ea0ef
commit c5fcbbfca8
5 changed files with 961 additions and 1 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"json.schemas": [
{
"fileMatch": [
"*.schema.json"
],
"url": "http://json-schema.org/draft-07/schema#"
}
]
}