32 lines
829 B
JSON
32 lines
829 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"*.schema.json"
|
|
],
|
|
"url": "http://json-schema.org/draft-07/schema#"
|
|
}
|
|
],
|
|
"yaml.schemas": {
|
|
"modules/project-factory/schemas/budget.schema.json": [
|
|
"data/**/budgets/**/*yaml"
|
|
],
|
|
"modules/project-factory/schemas/folder.schema.json": [
|
|
"data/**/folders/**/*yaml",
|
|
"data/**/hierarchy/**/*yaml"
|
|
],
|
|
"modules/project-factory/schemas/project.schema.json": [
|
|
"data/**/projects/**/*yaml"
|
|
],
|
|
"modules/vpc-sc/schemas/access-level.schema.json": [
|
|
"data/**/access-levels/**/*yaml"
|
|
],
|
|
"modules/vpc-sc/schemas/egress-policy.schema.json": [
|
|
"data/**/egress-policies/**/*yaml"
|
|
],
|
|
"modules/vpc-sc/schemas/ingress-policy.schema.json": [
|
|
"data/**/ingress-policies/**/*yaml"
|
|
],
|
|
}
|
|
}
|