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": { "properties": {
"id": { "id": {
"type": "Number", "type": "number",
"id": true, "id": true,
"description": "Identifier" "description": "Identifier"
}, },
"description": { "description": {
"type": "String", "type": "string",
"required": true "required": true
}, },
"receiptDescription": { "receiptDescription": {
"type": "String", "type": "string",
"required": true "required": true
}, },
"code": { "code": {
"type": "String" "type": "string"
} }
}, },
"acls": [{ "acls": [{

View File

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