I'm just starting work on a Language Font Picker component that is to interact with the LFF API. One thing that would help is if there were a schema file. Currently on https://lff.api.languagetechnology.org/docs#/, if you expand GET /lang/{ltag} and then under "Responses" in the Description for Code 200, when you click "Schema", it just shows an empty { }:

Without a concrete schema available, I have to manually define types from https://github.com/silnrsi/langfontfinder/blob/main/docs/results.md.
I'm just starting work on a Language Font Picker component that is to interact with the LFF API. One thing that would help is if there were a schema file. Currently on https://lff.api.languagetechnology.org/docs#/, if you expand

GET /lang/{ltag}and then under "Responses" in the Description for Code 200, when you click "Schema", it just shows an empty{ }:Without a concrete schema available, I have to manually define types from https://github.com/silnrsi/langfontfinder/blob/main/docs/results.md.