Merge pull request 'refs #5134 fix: model ExpeditionScan' (!1814) from 5134-ModelsSalixs into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1814 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
ada308bcb6
|
@ -8,17 +8,16 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Identifier"
|
"description": "Identifier",
|
||||||
|
"id": true
|
||||||
},
|
},
|
||||||
"expeditionFk": {
|
"expeditionFk": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Identifier",
|
"description": "Identifier"
|
||||||
"id": true
|
|
||||||
},
|
},
|
||||||
"palletFk": {
|
"palletFk": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Identifier",
|
"description": "Identifier"
|
||||||
"id": true
|
|
||||||
},
|
},
|
||||||
"scanned": {
|
"scanned": {
|
||||||
"type": "date",
|
"type": "date",
|
||||||
|
|
Loading…
Reference in New Issue