Skip to content
Snippets Groups Projects

Validierung des Metadaten Schemas

Merged Martin Vogel requested to merge feature/566-check-metadata-schema into main
1 file
+ 14
13
Compare changes
  • Side-by-side
  • Inline
+ 14
13
# SKD application properties and global configurations
# SKD application properties and global configurations
sdk {
sdk {
# Credentials to authenticate via OAuth
# Proxy config for http api calls
 
httpProxyHost: ""
 
httpProxyPort: 0
 
requestTimeoutInSeconds: 30
 
 
# Path that references the metadata schema
 
metadataSchemaPath: "path/to/metadata_schema.json"
 
 
# switch between the active environments DEV, PROD or TEST
 
usedEnvironment: "DEV"
 
 
# Credentials to authenticate via OAuth
sender {
sender {
clientId: "SenderClientID"
clientId: "SenderClientID"
clientSecret: "SenderSecret"
clientSecret: "SenderSecret"
@@ -20,17 +31,6 @@ sdk {
@@ -20,17 +31,6 @@ sdk {
securityEventTokenSchemaPath: ""
securityEventTokenSchemaPath: ""
}
}
# Proxy config for http api calls
httpProxyHost: ""
httpProxyPort: 0
requestTimeoutInSeconds: 30
# Path that references the metadata schema
metadataSchemaPath: "path/to/metadata_schema.json"
# switch between the active environments DEV, PROD or TEST
usedEnvironment: "DEV"
# Configured environments for all api-urls
# Configured environments for all api-urls
environments {
environments {
dev {
dev {
@@ -47,7 +47,8 @@ sdk {
@@ -47,7 +47,8 @@ sdk {
}
}
}
}
resourcePaths {
# REST endpoint paths
 
resourcePaths {
authTokenPath: "/token"
authTokenPath: "/token"
destinationPath: "/v1/destinations/{destinationId}"
destinationPath: "/v1/destinations/{destinationId}"
Loading