Appearance
type GbnfJsonArraySchema: { type: "array"; items: GbnfJsonSchema; };
type: "array";
items: GbnfJsonSchema;
utils/gbnfJson/types.ts:22