diff --git a/openmetadata-spec/src/main/resources/json/schema/api/data/createAPIEndpoint.json b/openmetadata-spec/src/main/resources/json/schema/api/data/createAPIEndpoint.json index a99fd8645572..728baa011c15 100644 --- a/openmetadata-spec/src/main/resources/json/schema/api/data/createAPIEndpoint.json +++ b/openmetadata-spec/src/main/resources/json/schema/api/data/createAPIEndpoint.json @@ -83,6 +83,6 @@ "maxLength": 32 } }, - "required": ["name", "service", "endpointURL", "apiCollection"], + "required": ["name", "endpointURL", "apiCollection"], "additionalProperties": false }