Skip to content

Commit 49c30c4

Browse files
authored
remove analytics from schema (#16)
1 parent 2e21d3d commit 49c30c4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

engine/config/1.0/schema.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -170,19 +170,6 @@
170170
"type": "null"
171171
}
172172
]
173-
},
174-
"analytics": {
175-
"type": "object",
176-
"properties": {
177-
"enabled": {
178-
"oneOf": [
179-
{ "type": "boolean", "default": false },
180-
{ "$ref": "#/$defs/envVarPattern" },
181-
{ "$ref": "#/$defs/filePattern" }
182-
]
183-
}
184-
},
185-
"additionalProperties": true
186173
}
187174
},
188175
"additionalProperties": true

0 commit comments

Comments
 (0)