more naming alignment

This commit is contained in:
Michael Quigley
2022-08-03 13:48:17 -04:00
parent 9bd7f6dba1
commit aceb649fa7
6 changed files with 48 additions and 12 deletions

View File

@ -295,13 +295,22 @@ func init() {
"active": {
"type": "boolean"
},
"address": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"description": {
"type": "string"
},
"host": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"zitiId": {
"zitiIdentityId": {
"type": "string"
}
}
@ -660,13 +669,22 @@ func init() {
"active": {
"type": "boolean"
},
"address": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"description": {
"type": "string"
},
"host": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"zitiId": {
"zitiIdentityId": {
"type": "string"
}
}