Fix Identity field names

This commit is contained in:
Cristi Vîjdea
2018-08-06 16:37:20 +03:00
parent df0f43084f
commit 9eb0db466c
3 changed files with 34 additions and 6 deletions
+4 -4
View File
@@ -898,13 +898,13 @@ definitions:
title: ID
type: integer
readOnly: true
firstName:
title: FirstName
first_name:
title: First name
type: string
maxLength: 30
minLength: 1
lastName:
title: LastName
last_name:
title: Last name
description: <strong>Here's some HTML!</strong>
type: string
maxLength: 30