mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 15:02:39 +00:00
feat: add openapi generator and error schemas
This commit is contained in:
parent
55c45bfc12
commit
1ac5a0a23a
5 changed files with 348 additions and 0 deletions
3
engine/packages/openapi-gen/src/lib.rs
Normal file
3
engine/packages/openapi-gen/src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
//! Generated OpenAPI schema output.
|
||||
|
||||
pub const OPENAPI_JSON: &str = include_str!(concat!(env!("OUT_DIR"), "/openapi.json"));
|
||||
Loading…
Add table
Add a link
Reference in a new issue