diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json
index 4b826dc1031ed6782ff990442c7db6e779f66f6f..cc73450a511216b39a5421f065cf9ebe4751a56a 100644
--- a/docs/schema/plugins.json
+++ b/docs/schema/plugins.json
@@ -4,7 +4,7 @@
"markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/",
"type": "array",
"items": {
- "oneOf": [
+ "anyOf": [
{
"$ref": "#/definitions/built-in"
},
@@ -21,7 +21,7 @@
"definitions": {
"built-in": {
"description": "Built-in plugins",
- "oneOf": [
+ "anyOf": [
{
"$ref": "plugins/blog.json"
},
@@ -50,7 +50,7 @@
},
"external": {
"description": "External plugins, schema provided by us",
- "oneOf": [
+ "anyOf": [
{
"$ref": "plugins/external/gen-files.json"
},
@@ -82,7 +82,7 @@
},
"external-community": {
"description": "External plugins, schema provided by the community",
- "oneOf": [
+ "anyOf": [
{
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
},
diff --git a/docs/schema/plugins/privacy.json b/docs/schema/plugins/privacy.json
index ce1abd1b4744205992c94590eb8a37bc3cf650f7..4afa6559fc184f05d5bee388965bb41953b63701 100644
--- a/docs/schema/plugins/privacy.json
+++ b/docs/schema/plugins/privacy.json
@@ -24,8 +24,7 @@
"concurrency": {
"title": "Concurrency (number of CPUs)",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.concurrency",
- "type": "number",
- "default": 1
+ "type": "number"
},
"external_assets": {
"title": "External assets",