corrected model types

This commit is contained in:
Carlos Jimenez Ruiz 2021-01-21 11:02:48 +01:00
parent a53231c721
commit bf9f5bba49
2 changed files with 6 additions and 6 deletions

View File

@ -8,20 +8,20 @@
},
"properties": {
"id": {
"type": "Number",
"type": "number",
"id": true,
"description": "Identifier"
},
"description": {
"type": "String",
"type": "string",
"required": true
},
"receiptDescription": {
"type": "String",
"type": "string",
"required": true
},
"code": {
"type": "String"
"type": "string"
}
},
"acls": [{

View File

@ -8,7 +8,7 @@
},
"properties": {
"id": {
"type": "Number",
"type": "number",
"id": true,
"description": "Identifier"
},
@ -28,7 +28,7 @@
"type": "date"
},
"isConciliated": {
"type": "date"
"type": "boolean"
},
"dueDated": {
"type": "date"