Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/internal/schemas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**BF Composer and the declarative schema**

When we take new schema, the following needs to be considered:

1. Update `Composer/packages/server/schemas/sdk.schema` with the updated, merged schema
2. Update `Composer/packages/lib/shared-menus/src/labelMap.ts` with new Entity labels
3. Update `Composer/packages/lib/shared-menus/src/appschema.ts` with new SDKTypes & DialogGroups
4. Update `Composer/packages/extensions/obiformeditor/src/schema/appschema.ts` with the new schema, make changes as appropriate.
5. If necessary, update `Composer/packages/extensions/obiformeditor/src/schema/uischema.ts` for form template configuration.