On 10/13/25 9:20 PM, Frank Li wrote:
Hello Frank,
[...]
+patternProperties:
+ "^channel@[0-1]$":
+ type: object
+ description: Represents a channel of LDB.
...
+ port@0:
+ $ref: /schemas/graph.yaml#/properties/port
+ description: Input port of the channel.
+
+ port@1:
+ $ref: /schemas/graph.yaml#/properties/port
+ description: Output port of the channel.
most likely port@<n> should be under ports.
The topology here is a bit different, the ports are directly under
channel, just like (usually) endpoints would be under port . I think
this is correct, even if I agree it does look odd.
The rest is fixed, thanks !