feat: add openapi generator and error schemas

This commit is contained in:
Nathan Flurry 2026-01-25 00:16:43 -08:00
parent 55c45bfc12
commit 1ac5a0a23a
5 changed files with 348 additions and 0 deletions

View file

@ -0,0 +1,3 @@
//! Generated OpenAPI schema output.
pub const OPENAPI_JSON: &str = include_str!(concat!(env!("OUT_DIR"), "/openapi.json"));