Add seed data schemas folder with common seed types

- Create /schemas/seed/ folder structure for seed data schemas
- Add page-config schema for PageConfig seed data
- Add component-config schema for ComponentConfig seed data
- Add workflow schema for Workflow seed data
- Add permission schema for permission seed data
- Update ui_home to reference schema location
This commit is contained in:
2026-01-16 14:12:27 +00:00
parent b48f06f7e4
commit ba1e378aab
5 changed files with 90 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
[
{
"$schema": "https://metabuilder.dev/schemas/seed/page-config/schema.json",
"id": "page_ui_home_root",
"path": "/",
"title": "MetaBuilder",