refactor: uppercase
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
fe32b81d9e
commit
2c54f31985
|
@ -9,10 +9,10 @@
|
|||
"properties": {
|
||||
"id": {
|
||||
"id": true,
|
||||
"type": "Number"
|
||||
"type": "number"
|
||||
},
|
||||
"name": {
|
||||
"type": "String"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "Number",
|
||||
"type": "number",
|
||||
"id": true,
|
||||
"description": "Identifier"
|
||||
},
|
||||
|
@ -26,26 +26,26 @@
|
|||
"required": true
|
||||
},
|
||||
"phone": {
|
||||
"type" : "String"
|
||||
"type" : "string"
|
||||
},
|
||||
"userFk": {
|
||||
"type" : "Number",
|
||||
"type" : "number",
|
||||
"required": true
|
||||
},
|
||||
"bossFk": {
|
||||
"type" : "Number"
|
||||
"type" : "number"
|
||||
},
|
||||
"maritalStatus": {
|
||||
"type" : "String"
|
||||
"type" : "string"
|
||||
},
|
||||
"originCountryFk": {
|
||||
"type" : "Number"
|
||||
"type" : "number"
|
||||
},
|
||||
"educationLevelFk": {
|
||||
"type" : "Number"
|
||||
"type" : "number"
|
||||
},
|
||||
"SSN": {
|
||||
"type" : "String"
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"relations": {
|
||||
|
|
Loading…
Reference in New Issue