From b5bb54d44f43ea06c54647f03875e870f09e32f3 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 11 Oct 2024 18:52:08 +0800 Subject: [PATCH] Update JOJ3 Configuration Schema --- JOJ3-Configuration-Schema.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index 8d298dd..bfac7e6 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -39,6 +39,12 @@ Scope usage: Refer to [Introduction to JOJ3](/Introduction-to-JOJ3.md) for more details on JOJ3 usage. +### TOML configuration format + +All configurations files at human level must be written in TOML format. They will then be parsed to generate long an dcomplete `.json` files that can be understantood by JOJ3. +Refer to [TOML reference guide](https://toml.io/en/v1.0.0). After writing a configuration file it is recommended to check its validity, eg. [TOML Lint](https://www.toml-lint.com/). + +Converting the file into JSON format can help better visualize the structure which can be especially helpful when working with arrays of tables. ## Repository level configuration