Skip to content

Commit

Permalink
Update JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Nov 15, 2024
1 parent ca0753b commit b1ed452
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 0 deletions.
39 changes: 39 additions & 0 deletions json/models/Block.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,45 @@
}
],
"title": "Date Format"
},
"formula": {
"enum": [
"None",
0,
"Count",
1,
"CountDistinct",
2,
"CountEmpty",
3,
"CountNotEmpty",
4,
"PercentEmpty",
5,
"PercentNotEmpty",
6,
"MathSum",
7,
"MathAverage",
8,
"MathMedian",
9,
"MathMin",
10,
"MathMax",
11,
"Range",
12
],
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
],
"title": "Formula Type"
}
},
"additionalProperties": true,
Expand Down
39 changes: 39 additions & 0 deletions json/models/ObjectView.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,45 @@
}
],
"title": "Date Format"
},
"formula": {
"enum": [
"None",
0,
"Count",
1,
"CountDistinct",
2,
"CountEmpty",
3,
"CountNotEmpty",
4,
"PercentEmpty",
5,
"PercentNotEmpty",
6,
"MathSum",
7,
"MathAverage",
8,
"MathMedian",
9,
"MathMin",
10,
"MathMax",
11,
"Range",
12
],
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
],
"title": "Formula Type"
}
},
"additionalProperties": true,
Expand Down
39 changes: 39 additions & 0 deletions json/models/SmartBlockSnapshotBase.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,45 @@
}
],
"title": "Date Format"
},
"formula": {
"enum": [
"None",
0,
"Count",
1,
"CountDistinct",
2,
"CountEmpty",
3,
"CountNotEmpty",
4,
"PercentEmpty",
5,
"PercentNotEmpty",
6,
"MathSum",
7,
"MathAverage",
8,
"MathMedian",
9,
"MathMin",
10,
"MathMax",
11,
"Range",
12
],
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
],
"title": "Formula Type"
}
},
"additionalProperties": true,
Expand Down

0 comments on commit b1ed452

Please sign in to comment.