Support for JSONSchema '"type" as "array", with a custom format, and the data for this field is coming from async service. #448
Replies: 1 comment
-
It sounds like you have an async/await code problem here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have tried to go through the doc to find, if anything like this is supported:
"Support for JSONSchema '"type" as "array", when we have a custom format added to it through code, and the field values are recieved through an async service."
Right now, if I have a schema like this:
JSONSchema:
The format is getting added through a separate patch file like this:
The values for this channel-field is coming from the service, which is later added, when available (async).
It doesn't work and throws random error. How are we supposed to work with a schema field having 'format',whose type is "array", but values are not instantly available??
Beta Was this translation helpful? Give feedback.
All reactions