Skip to content

Commit 1cce01b

Browse files
authored
Add bricks schema (#5351)
1 parent f6e56f5 commit 1cce01b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9338,6 +9338,12 @@
93389338
"description": "Configuration file for pitcms - a Git-based headless CMS",
93399339
"fileMatch": ["pitcms.json", "pitcms.jsonc"],
93409340
"url": "https://pitcms.net/schema/pitcms.schema.json"
9341+
},
9342+
{
9343+
"name": "Bluebricks blueprint config",
9344+
"description": "Bluebricks config for blueprints",
9345+
"fileMatch": ["bricks.json", "bricks.yaml"],
9346+
"url": "https://api.bluebricks.co/docs/schemas/latest/bricks.schema.json"
93419347
}
93429348
]
93439349
}

0 commit comments

Comments
 (0)