You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the standpoint that we really don't want to have to deal with the untangling in the UI, we want to add clean type-safe object for assets in our backend and handle the Asset JSON-LD <=> UiAsset mapping in the backend, similar to the policy.
Caveats
In JSON-LD fields like the "keyword" field can either be a string, a string array or if we are really unlucky an object like {"@value": "..."}. We ignore the latter, but support the former two variants.
The content you are editing has changed. Please copy your edits and refresh the page.
Feature
New Asset Structure
For reasons our new Asset JSON-LD will look like this, no longer a flat object, but rather a complex object:
From the standpoint that we really don't want to have to deal with the untangling in the UI, we want to add clean type-safe object for assets in our backend and handle the
Asset JSON-LD <=> UiAsset
mapping in the backend, similar to the policy.Caveats
In JSON-LD fields like the "keyword" field can either be a string, a string array or if we are really unlucky an object like {"@value": "..."}. We ignore the latter, but support the former two variants.
Tasks
The text was updated successfully, but these errors were encountered: