feature: Add Support for nested Object in form #42
Replies: 4 comments
-
@manojadams Can you please check if we can add this? |
Beta Was this translation helpful? Give feedback.
-
Try this format: prop#nested_prop#nested_prop
…On Thu, 15 Feb 2024, 13:31 Ahmed Sakri, ***@***.***> wrote:
@manojadams <https://github.com/manojadams> Can you please check if we
can add this?
—
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHWPGIRLMHWMZK4SCQONQDYTW6E7AVCNFSM6AAAAABDIAC2BSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBVGUZTQMZZGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @ahmedsakri refer to the example here: Closing it as the requested feature is already implemented. |
Beta Was this translation helpful? Give feedback.
-
@manojadams Yes this works perfectly. I was wondering why Nevertheless, Your solution works! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Currently, the schema only supports one level of
prop
support. i.e, if i passprop: "properties"
in the schema. The value will be saved inside theproperties
object.Below is the current scenario:
Schema:
Submitted Form Data
Describe the solution you'd like
Required Output:
Json Schema:
I am not able to pass something like this:
"prop": "properties.retry_config"
Describe alternatives you've considered
Tried using
"prop": "properties.retry_config"
, but it did not worked.Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions