Skip to content

Commit 3bd0f9c

Browse files
Auto-update JSON schema
1 parent 3459158 commit 3bd0f9c

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

sidemantic-schema.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
"description": "Parent dimension for hierarchies (e.g., 'state' parent is 'country')",
112112
"title": "Parent"
113113
},
114+
"public": {
115+
"default": true,
116+
"description": "Whether dimension is visible in API/UI",
117+
"title": "Public",
118+
"type": "boolean"
119+
},
114120
"sql": {
115121
"anyOf": [
116122
{
@@ -547,6 +553,12 @@
547553
"description": "Time offset for denominator (e.g., '1 month')",
548554
"title": "Offset Window"
549555
},
556+
"public": {
557+
"default": true,
558+
"description": "Whether metric is visible in API/UI",
559+
"title": "Public",
560+
"type": "boolean"
561+
},
550562
"sql": {
551563
"anyOf": [
552564
{
@@ -1474,6 +1486,12 @@
14741486
"description": "Time offset for denominator (e.g., '1 month')",
14751487
"title": "Offset Window"
14761488
},
1489+
"public": {
1490+
"default": true,
1491+
"description": "Whether metric is visible in API/UI",
1492+
"title": "Public",
1493+
"type": "boolean"
1494+
},
14771495
"sql": {
14781496
"anyOf": [
14791497
{
@@ -1709,6 +1727,12 @@
17091727
"description": "Parent dimension for hierarchies (e.g., 'state' parent is 'country')",
17101728
"title": "Parent"
17111729
},
1730+
"public": {
1731+
"default": true,
1732+
"description": "Whether dimension is visible in API/UI",
1733+
"title": "Public",
1734+
"type": "boolean"
1735+
},
17121736
"sql": {
17131737
"anyOf": [
17141738
{
@@ -2145,6 +2169,12 @@
21452169
"description": "Time offset for denominator (e.g., '1 month')",
21462170
"title": "Offset Window"
21472171
},
2172+
"public": {
2173+
"default": true,
2174+
"description": "Whether metric is visible in API/UI",
2175+
"title": "Public",
2176+
"type": "boolean"
2177+
},
21482178
"sql": {
21492179
"anyOf": [
21502180
{

0 commit comments

Comments
 (0)