File tree Expand file tree Collapse file tree
.github/workflows/scripts/adj-tester/schema Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 ],
1414 "properties" : {
1515 "type" : {
16- "type" : " string" ,
17- "enum" : [
18- " ServerSocket" ,
19- " DatagramSocket" ,
20- " Socket"
21- ],
22- "properties" : {
23- "type" : {
24- "type" : " string" ,
25- "enum" : [
26- " ServerSocket" ,
27- " DatagramSocket" ,
28- " Socket"
29- ],
30- "description" : " Socket type"
31- },
32- "name" : {
33- "type" : " string" ,
34- "minLength" : 1 ,
35- "description" : " Socket name"
36- },
37- "port" : {
38- "type" : " integer" ,
39- "minimum" : 1 ,
40- "maximum" : 65535 ,
41- "description" : " Port number for ServerSocket or DatagramSocket"
42- },
43- "local_port" : {
44- "type" : " integer" ,
45- "minimum" : 1 ,
46- "maximum" : 65535 ,
47- "description" : " Local port number for Socket"
48- },
49- "remote_ip" : {
50- "type" : " string" ,
51- "description" : " Remote IPv4 address"
52- },
53- "remote_port" : {
54- "oneOf" : [
55- {
56- "type" : " integer" ,
57- "minimum" : 1 ,
58- "maximum" : 65535
59- },
60- {
61- "type" : " string" ,
62- "enum" : [
63- " backend"
64- ]
65- }
66- ],
67- "description" : " Remote port number for Socket or the string \" backend\" "
68- }
16+ "type" : " string" ,
17+ "enum" : [
18+ " ServerSocket" ,
19+ " DatagramSocket" ,
20+ " Socket"
21+ ],
22+ "properties" : {
23+ "type" : {
24+ "type" : " string" ,
25+ "enum" : [
26+ " ServerSocket" ,
27+ " DatagramSocket" ,
28+ " Socket"
29+ ],
30+ "description" : " Socket type"
31+ },
32+ "name" : {
33+ "type" : " string" ,
34+ "minLength" : 1 ,
35+ "description" : " Socket name"
36+ },
37+ "port" : {
38+ "type" : " integer" ,
39+ "minimum" : 1 ,
40+ "maximum" : 65535 ,
41+ "description" : " Port number for ServerSocket or DatagramSocket"
42+ },
43+ "local_port" : {
44+ "type" : " integer" ,
45+ "minimum" : 1 ,
46+ "maximum" : 65535 ,
47+ "description" : " Local port number for Socket"
48+ },
49+ "remote_ip" : {
50+ "type" : " string" ,
51+ "description" : " Remote IPv4 address"
52+ },
53+ "remote_port" : {
54+ "oneOf" : [
55+ {
56+ "type" : " integer" ,
57+ "minimum" : 1 ,
58+ "maximum" : 65535
59+ },
60+ {
61+ "type" : " string" ,
62+ "enum" : [
63+ " backend"
64+ ]
65+ }
66+ ],
67+ "description" : " Remote port number for Socket or the string \" backend\" "
68+ }
6969 }
70+ }
7071 }
71- }
72+ }
73+
7274}
Original file line number Diff line number Diff line change 77 "packets" : [
88 " orders.json" ,
99 " packets.json"
10- ],
11- "sockets" : [
12- " sockets.json"
1310 ]
1411}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments