File tree Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 5252 },
5353 "topics" : {
5454 "title" : " Topics" ,
55- "$ref" : " #/components/schemas/Topics "
55+ "$ref" : " #/components/schemas/FilterTopics "
5656 }
5757 }
5858 },
59- "Topic" : {
60- "title" : " Topic" ,
61- "$ref" : " #/components/schemas/uint256"
62- },
63- "Topics" : {
64- "title" : " Topics" ,
59+ "FilterTopics" : {
60+ "title" : " Filter Topics" ,
6561 "type" : " array" ,
6662 "items" : {
67- "$ref" : " #/components/schemas/Topic "
63+ "$ref" : " #/components/schemas/FilterTopic "
6864 }
65+ },
66+ "FilterTopic" : {
67+ "title" : " Filter Topic List Entry" ,
68+ "oneOf" : [
69+ {
70+ "title" : " Any Topic Match" ,
71+ "type" : " null"
72+ },
73+ {
74+ "title" : " Single Topic Match" ,
75+ "$ref" : " #/components/schemas/bytes32"
76+ },
77+ {
78+ "title" : " Multiple Topic Match" ,
79+ "type" : " array" ,
80+ "items" : {
81+ "$ref" : " #/components/schemas/bytes32"
82+ }
83+ }
84+ ]
6985 }
7086}
Original file line number Diff line number Diff line change 3737 },
3838 "topics" : {
3939 "title" : " topics" ,
40- "$ref" : " #/components/schemas/Topics"
40+ "type" : " array" ,
41+ "items" : {
42+ "$ref" : " #/components/schemas/bytes32"
43+ }
4144 }
4245 }
4346 },
You can’t perform that action at this time.
0 commit comments