@knapsack/types 4.68.12--canary.569863a.0 → 4.68.12--canary.4618.5fb5165.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1284,7 +1284,7 @@ var ksSandbox = {
1284
1284
  hasDivider: {
1285
1285
  type: "boolean",
1286
1286
  title: "Has Divider",
1287
- default: "false"
1287
+ default: false
1288
1288
  }
1289
1289
  }
1290
1290
  },
@@ -1501,22 +1501,24 @@ var ksSandbox = {
1501
1501
  properties: {
1502
1502
  columnConfig: {
1503
1503
  type: "object",
1504
- columnType: {
1505
- type: "string",
1506
- title: "Column type",
1507
- enumNames: ["Link", "Template"],
1508
- enum: ["link", "template"],
1509
- default: "link"
1510
- },
1511
- uniqueId: {
1512
- type: "string",
1513
- title: "Unique ID",
1514
- description: "Globally unique ID for accessibility."
1515
- },
1516
- hasDivider: {
1517
- type: "boolean",
1518
- title: "Has Divider",
1519
- default: "false"
1504
+ properties: {
1505
+ columnType: {
1506
+ type: "string",
1507
+ title: "Column type",
1508
+ enumNames: ["Link", "Template"],
1509
+ enum: ["link", "template"],
1510
+ default: "link"
1511
+ },
1512
+ uniqueId: {
1513
+ type: "string",
1514
+ title: "Unique ID",
1515
+ description: "Globally unique ID for accessibility."
1516
+ },
1517
+ hasDivider: {
1518
+ type: "boolean",
1519
+ title: "Has Divider",
1520
+ default: false
1521
+ }
1520
1522
  }
1521
1523
  },
1522
1524
  columnData: {
@@ -1806,14 +1808,12 @@ var ksSandbox = {
1806
1808
  required: ["id", "value"],
1807
1809
  properties: {
1808
1810
  id: {
1809
- type: "integer",
1810
- title: "The id Schema",
1811
- examples: [1, 2]
1811
+ type: "number",
1812
+ title: "The id Schema"
1812
1813
  },
1813
1814
  value: {
1814
1815
  type: "string",
1815
- title: "The value Schema",
1816
- examples: ["item 1", "item 2"]
1816
+ title: "The value Schema"
1817
1817
  }
1818
1818
  }
1819
1819
  }