danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Nullable) Attribute is not get swagger info

seabig6 opened this issue · comments

[MVCSwagJSONSchemaField('customer_name', 'Customer Name', True, False)]
property CustomerName: string read FCustomerName write FCustomerName;
There is ok to swagger,
but
[MVCSwagJSONSchemaField('customer_name', 'Customer Name', True, False)]
property CustomerName: nullableString read FCustomerName write FCustomerName;
There is not showing in swagger.

@joaoduarte19 did you have any info about this?

I'll look this ASAP