Skip to content

Commit

Permalink
Fix DCAT CTX to get catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed Oct 11, 2024
1 parent eb54d03 commit 2e5c48e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api/sovity-edc-api-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,11 +627,11 @@ components:
DataSourceType:
type: string
description: Supported Data Source Types by UiDataSource
default: CUSTOM
enum:
- HTTP_DATA
- ON_REQUEST
- CUSTOM
default: CUSTOM
SecretValue:
type: object
properties:
Expand Down Expand Up @@ -839,14 +839,14 @@ components:
UiDataSourceHttpDataMethod:
type: string
description: Supported HTTP Methods by UiDataSource
default: GET
enum:
- GET
- POST
- PUT
- PATCH
- DELETE
- OPTIONS
default: GET
UiDataSourceOnRequest:
required:
- contactEmail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class Dcat {
/**
* Context as specified in https://www.w3.org/TR/vocab-dcat-3/#normative-namespaces
*/
public final String CTX = "http://www.w3.org/ns/dcat#";
public final String CTX = "https://www.w3.org/ns/dcat/";

public final String DATASET = CTX + "dataset";

Expand Down

0 comments on commit 2e5c48e

Please sign in to comment.