diff --git a/backend/schema/components/certificate-object.json b/backend/schema/components/certificate-object.json index 94edd24d..301de87a 100644 --- a/backend/schema/components/certificate-object.json +++ b/backend/schema/components/certificate-object.json @@ -46,10 +46,6 @@ "enum": ["ecdsa", "rsa"], "description": "Type of SSL key (either ecdsa or rsa)" }, - "default_server": { - "type": "boolean", - "description": "Defines if the server is the default for unmatched requests" - }, "meta": { "type": "object", "additionalProperties": false,