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
Does this mean that the spec of the input/output schema might not be included?
Yes, that's because we still need to add json schema support in the various SDKs. At the moment only Java and Python have a good support for it, for the other SDKs what you get is just schema: true, which client generators interpret as "any" input/generic json or something alike.
I'm noticing that there's an openapi endpoint:
restate/crates/admin/src/rest_api/mod.rs
Lines 63 to 66 in 494c7f8
But running (with the Tour of Restate example):
Prints nothing.
The text was updated successfully, but these errors were encountered: