Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update sdk schema * use dialog:merge to generate the schema * Update readme.md * Update * remove R9 * render select field for all enums, not just strings * merge parent schema into resolved schema for oneOf * enable dropdown option in OneOfField * handle new expression schema shapestill more to do * remove value field in prompts * show card action in choices form * allow oneOf schema to set placeholder * account for rows when checking to stack items * clean up choices form schema * remove json plugin http request body is an expression now, so the expression plugin handles it * render choice action as json editor still need to pass in schema * pass schema through json field * do not merge parent schema into oneOf * update lockfile * remove emit event plugin * if type is undefined, use string field * get enum options from oneOf schemas * enable fetching of schema * add recognizer options to prompt fields * fix issue passing errors in array items * stop-gap for blocking shell operation * update schema * fix jest config * allow for setting startup command for e2e * fix notification page spec expression is now the default option * Schema update * Update sdk.schema * remove the duplicate types for schema (#2782) Co-authored-by: Andy Brown <asbrown002@gmail.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com> Co-authored-by: leileizhang <leilzh@microsoft.com>
- Loading branch information