Skip to content

Commit b440051

Browse files
authored
fix: slider & subheading schemas are incorrect (#1961)
1 parent 4264f68 commit b440051

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/fast-components-react-base/src/slider/slider.schema.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export default {
33
title: "Slider",
44
description: "A slider component's schema definition.",
55
type: "object",
6-
id: "slider",
6+
id: "@microsoft/fast-components-react-base/slider",
7+
formPluginId: "@microsoft/fast-components-react-base/slider",
78
properties: {
89
disabled: {
910
title: "Disabled",

packages/fast-components-react-msft/src/slider/slider.schema.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export default {
33
title: "Slider",
44
description: "A slider component's schema definition.",
55
type: "object",
6-
id: "slider",
6+
id: "@microsoft/fast-components-react-msft/slider",
7+
formPluginId: "@microsoft/fast-components-react-msft/slider",
78
properties: {
89
disabled: {
910
title: "Disabled",

packages/fast-components-react-msft/src/subheading/subheading.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
$schema: "http://json.schema.org/schema#",
2+
$schema: "http://json-schema.org/schema#",
33
title: "Subheading",
44
description: "A Subheading component's schema definition",
55
type: "object",

0 commit comments

Comments
 (0)