File tree Expand file tree Collapse file tree 3 files changed +59
-59
lines changed Expand file tree Collapse file tree 3 files changed +59
-59
lines changed Original file line number Diff line number Diff line change @@ -1087,26 +1087,6 @@ const docTemplate = `{
1087
1087
}
1088
1088
}
1089
1089
},
1090
- "p2p.NodeData": {
1091
- "type": "object",
1092
- "properties": {
1093
- "id": {
1094
- "type": "string"
1095
- },
1096
- "lastSeen": {
1097
- "type": "string"
1098
- },
1099
- "name": {
1100
- "type": "string"
1101
- },
1102
- "serviceID": {
1103
- "type": "string"
1104
- },
1105
- "tunnelAddress": {
1106
- "type": "string"
1107
- }
1108
- }
1109
- },
1110
1090
"proto.MemoryUsageData": {
1111
1091
"type": "object",
1112
1092
"properties": {
@@ -1451,6 +1431,26 @@ const docTemplate = `{
1451
1431
}
1452
1432
}
1453
1433
},
1434
+ "schema.NodeData": {
1435
+ "type": "object",
1436
+ "properties": {
1437
+ "id": {
1438
+ "type": "string"
1439
+ },
1440
+ "lastSeen": {
1441
+ "type": "string"
1442
+ },
1443
+ "name": {
1444
+ "type": "string"
1445
+ },
1446
+ "serviceID": {
1447
+ "type": "string"
1448
+ },
1449
+ "tunnelAddress": {
1450
+ "type": "string"
1451
+ }
1452
+ }
1453
+ },
1454
1454
"schema.OpenAIModel": {
1455
1455
"type": "object",
1456
1456
"properties": {
@@ -1704,13 +1704,13 @@ const docTemplate = `{
1704
1704
"federated_nodes": {
1705
1705
"type": "array",
1706
1706
"items": {
1707
- "$ref": "#/definitions/p2p .NodeData"
1707
+ "$ref": "#/definitions/schema .NodeData"
1708
1708
}
1709
1709
},
1710
1710
"nodes": {
1711
1711
"type": "array",
1712
1712
"items": {
1713
- "$ref": "#/definitions/p2p .NodeData"
1713
+ "$ref": "#/definitions/schema .NodeData"
1714
1714
}
1715
1715
}
1716
1716
}
Original file line number Diff line number Diff line change 1080
1080
}
1081
1081
}
1082
1082
},
1083
- "p2p.NodeData" : {
1084
- "type" : " object" ,
1085
- "properties" : {
1086
- "id" : {
1087
- "type" : " string"
1088
- },
1089
- "lastSeen" : {
1090
- "type" : " string"
1091
- },
1092
- "name" : {
1093
- "type" : " string"
1094
- },
1095
- "serviceID" : {
1096
- "type" : " string"
1097
- },
1098
- "tunnelAddress" : {
1099
- "type" : " string"
1100
- }
1101
- }
1102
- },
1103
1083
"proto.MemoryUsageData" : {
1104
1084
"type" : " object" ,
1105
1085
"properties" : {
1444
1424
}
1445
1425
}
1446
1426
},
1427
+ "schema.NodeData" : {
1428
+ "type" : " object" ,
1429
+ "properties" : {
1430
+ "id" : {
1431
+ "type" : " string"
1432
+ },
1433
+ "lastSeen" : {
1434
+ "type" : " string"
1435
+ },
1436
+ "name" : {
1437
+ "type" : " string"
1438
+ },
1439
+ "serviceID" : {
1440
+ "type" : " string"
1441
+ },
1442
+ "tunnelAddress" : {
1443
+ "type" : " string"
1444
+ }
1445
+ }
1446
+ },
1447
1447
"schema.OpenAIModel" : {
1448
1448
"type" : " object" ,
1449
1449
"properties" : {
1697
1697
"federated_nodes" : {
1698
1698
"type" : " array" ,
1699
1699
"items" : {
1700
- "$ref" : " #/definitions/p2p .NodeData"
1700
+ "$ref" : " #/definitions/schema .NodeData"
1701
1701
}
1702
1702
},
1703
1703
"nodes" : {
1704
1704
"type" : " array" ,
1705
1705
"items" : {
1706
- "$ref" : " #/definitions/p2p .NodeData"
1706
+ "$ref" : " #/definitions/schema .NodeData"
1707
1707
}
1708
1708
}
1709
1709
}
Original file line number Diff line number Diff line change @@ -195,19 +195,6 @@ definitions:
195
195
type : string
196
196
type : array
197
197
type : object
198
- p2p.NodeData :
199
- properties :
200
- id :
201
- type : string
202
- lastSeen :
203
- type : string
204
- name :
205
- type : string
206
- serviceID :
207
- type : string
208
- tunnelAddress :
209
- type : string
210
- type : object
211
198
proto.MemoryUsageData :
212
199
properties :
213
200
breakdown :
@@ -434,6 +421,19 @@ definitions:
434
421
object :
435
422
type : string
436
423
type : object
424
+ schema.NodeData :
425
+ properties :
426
+ id :
427
+ type : string
428
+ lastSeen :
429
+ type : string
430
+ name :
431
+ type : string
432
+ serviceID :
433
+ type : string
434
+ tunnelAddress :
435
+ type : string
436
+ type : object
437
437
schema.OpenAIModel :
438
438
properties :
439
439
id :
@@ -611,11 +611,11 @@ definitions:
611
611
properties :
612
612
federated_nodes :
613
613
items :
614
- $ref : ' #/definitions/p2p .NodeData'
614
+ $ref : ' #/definitions/schema .NodeData'
615
615
type : array
616
616
nodes :
617
617
items :
618
- $ref : ' #/definitions/p2p .NodeData'
618
+ $ref : ' #/definitions/schema .NodeData'
619
619
type : array
620
620
type : object
621
621
schema.SysInfoModel :
You can’t perform that action at this time.
0 commit comments