Skip to content

(Nullable) Attribute is not get swagger info #453

@seabig6

Description

@seabig6

[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.

Metadata

Metadata

Labels

acceptedIssue has been accepted and inserted in a future milestone

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions