baobab fixes to better support openapi codegen

This commit is contained in:
timurgordon
2025-02-01 11:57:11 +03:00
parent 7e8a4c5c45
commit 1db2c3ee54
8 changed files with 324 additions and 56 deletions

View File

@@ -88,7 +88,7 @@ pub fn from_openrpc(spec OpenRPC) !ActorSpecification {
objects << BaseObject{
schema: Schema {...schema,
title: texttools.name_fix_pascal(key)
id: texttools.name_fix_snake(key)
id: texttools.snake_case(key)
}
}
}