Replies: 1 comment 1 reply
-
|
This is coming in the new Portal redesign!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Our code is serializing/deserializing license metadata with complex types that can be nullable, without any problem. However, if we want to fix a license directly on the portal UI without using the REST API, we are limited to updating key/value pairs. Would it be possible to extend support to full JSON editing, including arrays, nested objects, and null values...?
License Metadata example
{
"info": {
"id": 85465465,
"name": "test",
....
},
"values": [456,789,789],
"validation": null,
}
Beta Was this translation helpful? Give feedback.
All reactions