You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Dialog files have an incorrect $schema. They should be referring to the schema generated through merging, instead they are referring to https://raw.githubusercontent.com/microsoft/BotFramework-Composer/stable/Composer/packages/server/schemas/sdk.schema. We have gone to a lot of work to generate a runtime schema and we should use it, something like: ./schemas/sdk.schema. This will allow validation and intellisense in tools like VS code.