We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f9d53 commit e4d74e1Copy full SHA for e4d74e1
2 files changed
data/schemata.json
import/SchemaStore.vim
@@ -11532,6 +11532,15 @@ export const schemata =
11532
"pitcms.json",
11533
"pitcms.jsonc"
11534
]
11535
+ },
11536
+ {
11537
+ "url": "https://api.bluebricks.co/docs/schemas/latest/bricks.schema.json",
11538
+ "description": "Bluebricks config for blueprints",
11539
+ "name": "Bluebricks blueprint config",
11540
+ "fileMatch": [
11541
+ "bricks.json",
11542
+ "bricks.yaml"
11543
+ ]
11544
}
11545
11546
export const schemas = schemata
0 commit comments