Custom Asset JSON-LD is a trap right now #679
Labels
kind/enhancement
New feature or request
scope/ce
sovity's Open Source Community Edition
scope/ee
sovity's Closed Source Edition. All subscription tiers are impacted.
status/blocked
An issue is blocked by another issue or task
Feature
Description
Our UiAsset has the properties
additionalProperties
,additionalJsonProperties
,privateProperties
andprivateJsonProperties
.These properties are called "Json" but are JsonLd and affected by compaction and contraction, e.g. all propreties that aren't URLs disappear, strings become arrays, etc.
Any API consumer that wants to do anything "custom" such as a use case will stumble upon this
Acceptance Criteria
Proposed Solution
String customJson
Map<String, String> customProperties
sovity:customJson
.String customJsonLd
Possible Implementation and Work Breakdown
Tasks
The text was updated successfully, but these errors were encountered: