Added questions, yaml schema, deleted json

This commit is contained in:
2024-04-23 10:40:46 +02:00
parent 404ccd8cc5
commit 1be002c372
4 changed files with 63 additions and 390 deletions

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

@@ -0,0 +1,6 @@
{
"yaml.schemas": {
"http://json-schema.org/draft-07/schema#": ["schema.yaml"],
"schema.yaml": [ "data.yaml" ]
}
}