Commit 3898704
Updated overlay syntax fixing generate error (#143)
* added additional overlay for handling integer
* fixed generate error
* removed additional config
* fix: add missing ActionsRpcResponse schema definition
The OpenAPI spec for stackone.json references ActionsRpcResponse in the
/actions/rpc endpoint but the schema was not defined, causing validation
errors during SDK generation.
Added overlay action to define ActionsRpcResponse as a generic object
with additionalProperties to represent the direct RPC response from
action executions (when sync=false).
This complements the existing ActionsSyncedResponse (when sync=true).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* fix: add missing ActionsRpcResponse schema definition
The OpenAPI spec references ActionsRpcResponse in the /actions/rpc
endpoint but the schema was not defined, causing validation errors
during SDK generation.
This fix adds the ActionsRpcResponse schema with the proper structure:
- data: Payload returned from the action execution
- next: Continuation token or next-page reference
- additionalProperties: true (allows arbitrary additional fields)
This maintains the existing SDK surface that already includes this
endpoint and preserves the documented data and next fields.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent deb2496 commit 3898704
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments