diff --git a/backend/src/main/resources/dynamic-http-metadata-provider.schema.json b/backend/src/main/resources/dynamic-http-metadata-provider.schema.json index a9435cfec..1969c9ab4 100644 --- a/backend/src/main/resources/dynamic-http-metadata-provider.schema.json +++ b/backend/src/main/resources/dynamic-http-metadata-provider.schema.json @@ -25,30 +25,6 @@ "@type", "content" ], - "anyOf": [ - { - "properties": { - "@type": { - "enum": [ - "Regex" - ] - } - }, - "required": [ - "match" - ] - }, - { - "properties": { - "@type": { - "enum": [ - "MetadataQueryProtocol" - ] - } - }, - "required": [] - } - ], "properties": { "@type": { "title": "label.md-request-type", diff --git a/ui/src/app/metadata/provider/model/dynamic-http.provider.form.ts b/ui/src/app/metadata/provider/model/dynamic-http.provider.form.ts index 181fa8648..6ebf388d2 100644 --- a/ui/src/app/metadata/provider/model/dynamic-http.provider.form.ts +++ b/ui/src/app/metadata/provider/model/dynamic-http.provider.form.ts @@ -81,8 +81,7 @@ export const DynamicHttpMetadataProviderWizard: Wizard