AssetConfigDto
typestring
Data-plane specific discriminator, e.g. 'http' (HTTP data plane), 'file' or 'orchestration' (analytics data plane).
Example:
httpbackendUrlstring
Example:
http://backend.internal/apiauthorizationstring
Example:
Bearer some-tokenmediaTypestring
Example:
application/jsonpropertiesobject
Data-plane specific configuration, validated by that plane.
AssetConfigDto
{
"type": "http",
"backendUrl": "http://backend.internal/api",
"authorization": "Bearer some-token",
"mediaType": "application/json",
"properties": {}
}