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
I saw we have a generic drop box to define whether the number is double or decimal, therefore this will be applied to all numbers in the json object. is there a way to define that depending on a predefined type in a json schema, for example if we have:
id: string;
x: double;
y: decimal;
any way to compose that and convert that into the proper data types to the target language?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I saw we have a generic drop box to define whether the number is double or decimal, therefore this will be applied to all numbers in the json object. is there a way to define that depending on a predefined type in a json schema, for example if we have:
any way to compose that and convert that into the proper data types to the target language?
Beta Was this translation helpful? Give feedback.
All reactions