update models
gitea/salix/1980-models_Thermograph There was a failure building this commit Details

This commit is contained in:
Bernat Exposito Domenech 2020-01-09 11:27:53 +01:00
parent d432c32577
commit 78fab48840
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
}, },
"properties": { "properties": {
"id": { "id": {
"type": "Number", "type": "String",
"id": true, "id": true,
"description": "Identifier" "description": "Identifier"
}, },

View File

@ -8,7 +8,7 @@
}, },
"properties": { "properties": {
"thermographFk": { "thermographFk": {
"type": "Number", "type": "String",
"id": 1, "id": 1,
"description": "Identifier" "description": "Identifier"
}, },