Skip to content

Commit f3f6ffb

Browse files
authored
Fix OpenApi spec for connector discovery (#2579)
Signed-off-by: Lars Geyer-Blaumeiser <lars.blaumeiser@cofinity-x.com>
1 parent b6d9ad9 commit f3f6ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

edc-extensions/connector-discovery/connector-discovery-api/src/main/java/org/eclipse/tractusx/edc/discovery/v4alpha/api/ConnectorDiscoveryV4AlphaApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ record ConnectorDiscoveryRequestSchema(
153153
"edc": "https://w3id.org/edc/v0.0.1/ns/",
154154
"tx": "https://w3id.org/tractusx/v0.0.1/ns/"
155155
},
156-
"@type": "tx:ConnectorParamsDiscoveryRequest",
156+
"@type": "tx:ConnectorServiceDiscoveryRequest",
157157
"edc:counterPartyId": "did:web:one-example.com",
158158
"tx:knownConnectors": [
159159
"https://provider.domain.com/conn1/api/dsp",
160-
"https://provider.domain.com/conn2/api/v1/dsp",
160+
"https://provider.domain.com/conn2/api/v1/dsp"
161161
]
162162
}
163163
""";

0 commit comments

Comments
 (0)