Outlines supports "recursive schemas", which are JSON schemas that refer to themselves.
For example, here is a simple schema to generate a recursive concept map. This defines a concept, which has a title, a description, and a list of related concepts with the same schema.
6 months ago