Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Dialog files have incorrect $schema #780

@chrimc62

Description

@chrimc62

Describe the bug

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.

image

Metadata

Metadata

Assignees

Labels

Area: GeneratorsRelating to Yeoman generators.Area: PackagesRelating to bot component packages.Owner: PBXbacklogThe issue is out of scope for the current iteration but it will be evaluated in a future release.bugIndicates an unexpected problem or an unintended behavior.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions