* Created v2.2 folder
Updated some URI properties in skill manifest to accept URI-refences
Added sample with relative URLs
* Added missing files
* Add validation for skill manifest examples against skill manifest schemas (#6325)
* Add validation for 2.2 skill manifest
* Add other skill schemas and manifest versions
* Fixed 2.1 and 2.2 manifest validation errors
Updated test to read files directly from the skills folder to make them easier to maintain.
Updated tests to use NewtonSoft and NJSonSchema validations to provide better comat
Co-authored-by: Gabo Gilabert <ggilaber@microsoft.com>
* Added titles
* Fixed versions
Co-authored-by: Eric Dahlvang <erdahlva@microsoft.com>
* add Action order
* add TriggerUIOptions
* add Recognizer schema without descriptions
* add descriptions to recognizer uioptions
* add 'disabled' field to menu uioptions
* add description
* add 'disabled' to Trigger
* update descriptions
* use a consistent property order
* Adding intellisense to uiSchema
* Update schemas/ui/v1.0/ui.schema
Co-authored-by: Andy Brown <asbrown002@gmail.com>
Co-authored-by: Louis Eugene <leugene@microsoft.com>
Co-authored-by: Andy Brown <asbrown002@gmail.com>
* add ui.schema
* add better title and description to placeholder and subtitle
* add widget to ui schema
* refactor ui schema to make way for flow & menu schema
* add editorconfig
* add first iteration of the flow schema
* un-nest options
* add menu options
* expand ability to nest menu items
* update copy
* move ui schema into ui directory
* update $id
* move additionalProperties into the definition
* remove flow schema for now
* Created v{version} folder with copies of current schemas.
Updated readme to note new location and legacy versions
* Deleted definitions.schema and updated readme.
* Deleted the right definitions.schema
* removed extra space
* Updated 2.1.preview-0 schema based on TJ's feedback and renamed it to 2.1.preview-1.
Removed ID property from languageModel.
Changed Itents to be just an array of strings.
Updated sample schemas to use string types instead of time and date (that are not supported in json schema).
* update schema
* update schema manfifest to aloow all activity types
* keep oneOf definitions
* add otherActivites definition
* fleshed out otherActivities
* remove open ended
* remove import
* remove OnOf
* update enum
* add pattern to otherActivity
Co-authored-by: Tom Laird-McConnell <tomlm@microsoft.com>
* Draft schema updates for 2.1 skill mandifest
* Updated ignore to exclude some VS and VS settings folders.
* Updated manifest and sample for 2.1 preview
* Fixed typo, updated description for activitySent.
* Changed languages to take an array of models.
* updated schema URL