feat: 리소스 스키마 및 검증 스크립트 추가, 기존 스키마 파일 삭제
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": ["resources/map/*.json"],
|
||||
"url": "./resources/schema/map.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["resources/scenario/*.json"],
|
||||
"url": "./resources/schema/scenario.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["resources/unitset/*.json"],
|
||||
"url": "./resources/schema/unitset.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["resources/turn-commands/*.json"],
|
||||
"url": "./resources/schema/turn-commands.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user