Skip to content

Commit ad4e59b

Browse files
authored
Merge pull request microsoft#1100 from Microsoft/chrimc/schema
Change meta-schema to point to master instead of schemaGen.
2 parents f0ed3e6 + e9b89fd commit ad4e59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/DialogSchema/src/dialogSchema.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Microsoft/botbuilder-tools/SchemaGen/packages/DialogSchema/src/dialogSchema.schema",
3+
"$id": "https://raw.githubusercontent.com/Microsoft/botbuilder-tools/master/packages/DialogSchema/src/dialogSchema.schema",
44
"title": "JSON Schema definition for dialog schemas.",
55
"definitions": {
66
"schemaArray": {

0 commit comments

Comments
 (0)