Replies: 3 comments 9 replies
-
Yes, it's easy to get rid of the @ggleyzer How would he change the default options on the Schema that is used in his web app? |
Beta Was this translation helpful? Give feedback.
-
Since MyApp is WebApp,
|
Beta Was this translation helpful? Give feedback.
-
Nice! Thank you! It didn't work at first but after some digging, I figured it's actually called As I'm playing around with the platform, I added
at the end of the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
I have a simple model like this
and an endpoint
The endpoint returns an array containing few entries, each with a
name
and emptylines
, and when I access the endpoint, I getNow, I know that, strictly speaking, this is a correct JSON, but it's a pain to resolve the
$ref
on the client side. And in this particular case, it's not really an optimization, is it? Is there any way to disable the usage of$ref
? I'm new to the language and the platform and I couldn't find a way in the limited time I have to explore it.Beta Was this translation helpful? Give feedback.
All reactions