naming cleanups in api

This commit is contained in:
Michael Quigley
2022-10-19 12:35:29 -04:00
parent 887db1d2b6
commit 40252f7a10
14 changed files with 79 additions and 79 deletions

View File

@@ -439,7 +439,7 @@ func init() {
"updatedAt": {
"type": "string"
},
"zitiIdentityId": {
"zId": {
"type": "string"
}
}
@@ -532,13 +532,13 @@ func init() {
"frontend": {
"type": "string"
},
"name": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"zitiServiceId": {
"type": "string"
},
"zrokServiceId": {
"zId": {
"type": "string"
}
}
@@ -564,7 +564,7 @@ func init() {
"endpoint": {
"type": "string"
},
"zitiIdentityId": {
"zId": {
"type": "string"
}
}
@@ -575,7 +575,7 @@ func init() {
"proxyEndpoint": {
"type": "string"
},
"service": {
"svcName": {
"type": "string"
}
}
@@ -583,10 +583,10 @@ func init() {
"untunnelRequest": {
"type": "object",
"properties": {
"service": {
"svcName": {
"type": "string"
},
"zitiIdentityId": {
"zId": {
"type": "string"
}
}
@@ -1041,7 +1041,7 @@ func init() {
"updatedAt": {
"type": "string"
},
"zitiIdentityId": {
"zId": {
"type": "string"
}
}
@@ -1134,13 +1134,13 @@ func init() {
"frontend": {
"type": "string"
},
"name": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"zitiServiceId": {
"type": "string"
},
"zrokServiceId": {
"zId": {
"type": "string"
}
}
@@ -1166,7 +1166,7 @@ func init() {
"endpoint": {
"type": "string"
},
"zitiIdentityId": {
"zId": {
"type": "string"
}
}
@@ -1177,7 +1177,7 @@ func init() {
"proxyEndpoint": {
"type": "string"
},
"service": {
"svcName": {
"type": "string"
}
}
@@ -1185,10 +1185,10 @@ func init() {
"untunnelRequest": {
"type": "object",
"properties": {
"service": {
"svcName": {
"type": "string"
},
"zitiIdentityId": {
"zId": {
"type": "string"
}
}