import "@typespec/json-schema"; using TypeSpec.JsonSchema; @jsonSchema("/modules/yafti.json") model YaftiModule { /** The yafti module can be used to install yafti and set it up to run on first boot. * https://blue-build.org/reference/modules/yafti/ */ type: "yafti"; /** List of custom Flatpaks to inject to the default yafti.yml. Format is: `PrettyName: org.example.flatpak_id` */ "custom-flatpaks"?: Array>; }