update crds

This commit is contained in:
2026-06-17 14:56:34 +01:00
parent 8e57124a0c
commit 3a8c946438
62 changed files with 3942 additions and 400 deletions
+4
View File
@@ -218,6 +218,10 @@
}
]
},
"validateRequestBodySchema": {
"description": "ValidateRequestBodySchema validates the request body against the OpenAPI specification.\nThis option overrides the default behavior configured in the static configuration.",
"type": "boolean"
},
"validateRequestMethodAndPath": {
"description": "ValidateRequestMethodAndPath validates that the path and method matches an operation defined in the OpenAPI specification.\nThis option overrides the default behavior configured in the static configuration.",
"type": "boolean"