2020-06-18 16:24:28 +00:00
|
|
|
{
|
|
|
|
|
"json.schemas": [
|
|
|
|
|
{
|
2026-04-30 07:41:08 +00:00
|
|
|
"fileMatch": ["/.smartconfig.json"],
|
2020-06-18 16:24:28 +00:00
|
|
|
"schema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
2026-04-30 07:41:08 +00:00
|
|
|
"@ship.zone/szci": {
|
2020-06-18 16:24:28 +00:00
|
|
|
"type": "object",
|
2026-04-30 07:41:08 +00:00
|
|
|
"description": "settings for ship.zone CI"
|
2020-06-18 16:24:28 +00:00
|
|
|
},
|
2026-04-30 07:41:08 +00:00
|
|
|
"@git.zone/cli": {
|
2020-06-18 16:24:28 +00:00
|
|
|
"type": "object",
|
2026-04-30 07:41:08 +00:00
|
|
|
"description": "settings for git.zone CLI",
|
2020-06-18 16:24:28 +00:00
|
|
|
"properties": {
|
|
|
|
|
"projectType": {
|
|
|
|
|
"type": "string",
|
2022-08-07 11:38:07 +02:00
|
|
|
"enum": ["website", "element", "service", "npm", "wcc"]
|
2020-06-18 16:24:28 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|