Inputfile ========= Ortlight has a all new input file format. It is designed to be readable as it is, without consulting separate documentation, and to be very easily manipulated by other programs and scripts. It is written in JSON which is a very common way to encode data structures in text. The keys and values allowed, are defined in JSON Schema, a standard for a formal description of the grammar of JSON objects. The documentation of the file format is automatically generated from the schema. The tree view controls in the GUI, the tool tips, the default values and the converter are als configured from the schema. .. _root: Schemadoc _________ .. include :: Schemadoc.rst