typescript client generation wip

This commit is contained in:
timurgordon
2025-01-24 04:31:49 +01:00
parent b9b21ac44b
commit ee8fbbca09
7 changed files with 544 additions and 53 deletions

View File

@@ -133,7 +133,7 @@ pub fn from_openapi(spec OpenAPI) !ActorSpecification {
// Extract objects from OpenAPI components.schemas
for name, schema in spec.components.schemas {
objects << BaseObject{schema as Schema}
objects << BaseObject{schema: schema as Schema}
}
return ActorSpecification{