This repository was archived by the owner on Jul 9, 2025. It is now read-only.
feat: Design tweaks to Skill Manifest Generation Wizard#3864
Merged
cwhitten merged 2 commits intomicrosoft:mainfrom Aug 19, 2020
tdurnford:feature/manifest-changes
Merged
feat: Design tweaks to Skill Manifest Generation Wizard#3864cwhitten merged 2 commits intomicrosoft:mainfrom tdurnford:feature/manifest-changes
cwhitten merged 2 commits intomicrosoft:mainfrom
tdurnford:feature/manifest-changes
Conversation
cwhitten
reviewed
Aug 19, 2020
| definitions: { [key: string]: JSONSchema7Definition } = {} | ||
| ): JSONSchema7 { | ||
| if (typeof schema?.$ref === 'string') { | ||
| if (!schema?.$ref?.startsWith('#/definitions/')) { |
Collaborator
Author
There was a problem hiding this comment.
Some of the refs in the Dialog Schema refer to 'http://json-schema.org/draft-07/schema#', so it throws the function throws an error since 'http://json-schema.org/draft-07/schema#' is not included in the definitions.
cwhitten
approved these changes
Aug 19, 2020
alanlong9278
added a commit
that referenced
this pull request
Aug 20, 2020
lei9444
pushed a commit
to lei9444/BotFramework-Composer-1
that referenced
this pull request
Jun 15, 2021
* manifest generation changes * fixed styling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
protocolproperty since it can only be set to 'BotFrameworkv3' at the momentObjectFieldto theSchemaFieldwhere the default/const values are set.Task Item
closes #3333
Screenshots
Endpoints Step
Select Dialogs
Select Triggers Step