Fix testproj people app

This commit is contained in:
Cristi Vîjdea
2018-03-18 20:20:04 +02:00
parent ccdf646c0e
commit c9147a5746
3 changed files with 3 additions and 8 deletions
+1 -5
View File
@@ -732,10 +732,9 @@ definitions:
title: LastName
type: string
maxLength: 30
readOnly: true
Person:
required:
- Identity
- identity
type: object
properties:
id:
@@ -744,9 +743,6 @@ definitions:
readOnly: true
identity:
$ref: '#/definitions/Identity'
Identity:
title: Identity
type: integer
Project:
required:
- projectName