We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011a01c commit 0b84568Copy full SHA for 0b84568
.schema/config.schema.json
@@ -1036,7 +1036,7 @@
1036
"examples": ["cpu"]
1037
},
1038
"tracing": {
1039
- "$ref": "https://raw.githubusercontent.com/ory/hydra/ab35ad47/oryx/otelx/config.schema.json"
+ "$ref": "https://raw.githubusercontent.com/ory/hydra/011a01ce/oryx/otelx/config.schema.json"
1040
1041
"sqa": {
1042
"type": "object",
@@ -1091,7 +1091,8 @@
1091
"feature_flags": {
1092
"title": "Feature flags",
1093
1094
- "additionalProperties": true
+ "additionalProperties": true,
1095
+ "properties": {}
1096
}
1097
1098
"additionalProperties": false
0 commit comments