NEW app-store-urls for HTTP/HTTPS download of /app YAMLs
In 7.22beta6, custom /app can be downloaded via URL. See post below for details and example:
Updated schemas to now support /app Store YAML
A 2nd "JSON schema" (which is also used for YAML) was added to handle the new app-store-urls format. The "App Store" format is just an array of YAML defined here, so the update schemes just enable validation when same "Custom /app YAML" is used as element of a list (instead of the top-level, as would be used in /app/add yaml=). The "/app Store YAML" really just references the orginal JSON scheme with individual /app YAML
See YAML schema for
/appfor VSCode above for usage. The same files likely work in other editors with JSON schemes and YAML support (like NeoVim), but I didn't try or test so YMMV.
YAML changes?
If anyone notices new YAML elements in 7.22beta6, please comment below. So far the beta5 and beta6 format looks same. At least from builtin's /app's YAML usage – which is what forms the basis of this "manual"