textual has support for syntax highlighting, so we should possibly make use of it in order to highlight schemas + instances in the terminal.
Doing this though probably would benefit from writing a Pygments highlighter that understands JSON Schema dialects -- something that likely is a good idea anyhow -- so this is probably the first step here.
textual
has support for syntax highlighting, so we should possibly make use of it in order to highlight schemas + instances in the terminal.Doing this though probably would benefit from writing a Pygments highlighter that understands JSON Schema dialects -- something that likely is a good idea anyhow -- so this is probably the first step here.