mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
separate json schema generation to a v2 namespace
This commit is contained in:
@@ -11,6 +11,7 @@ use uuid::Uuid;
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, JsonSchema, TS)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
#[ts(export_to = "v2/")]
|
||||
pub enum SortOrder {
|
||||
Asc,
|
||||
Desc,
|
||||
|
||||
Reference in New Issue
Block a user