Hello,
we have evaluated your OpenAPI generator. The generated code is really well so far. But we had also identified, that it can't handle Dictionaries which are declared by additionalProperties in OAS 3 (https://swagger.io/docs/specification/data-models/dictionaries/)
For example, the following spec:
Is rendered to this "empty" class:
Do you have any plans to implement the support for additionalProperties?
Best regards from Germany,
Waldemar Derr
we have evaluated your OpenAPI generator. The generated code is really well so far. But we had also identified, that it can't handle Dictionaries which are declared by additionalProperties in OAS 3 (https://swagger.io/docs/specification/data-models/dictionaries/)
For example, the following spec:
"Metadata":{"type":"object","additionalProperties":{"maxLength":500,"type":"string"}}
Is rendered to this "empty" class:
TsgcOpenAPI_Metadata_Class = class(TsgcOpenAPIClass)
private
public
class function Read(const aValue: string): TsgcOpenAPI_Metadata_Class;
public
end;
Do you have any plans to implement the support for additionalProperties?
Best regards from Germany,
Waldemar Derr