Data structures schemes for update servers.
Now with SW JProjects, you can create an update server not only for Joomla extensions, but also your own. For example, you need the update server data structure to be different and the format should be, for example, not XML, but JSON. The formation of the data structure for the Joomla extension update server is included in a separate plugin. You can create your own plugin (sample plugin on GitHub https://github.com/WebTolk/SW-JProjects-Sample-Custom-Update-server-data-scheme- ) and implement the data structure you need in it by adding or removing the displayed data. The update server in the component still displays information about the list of projects and their versions, about a specific project and its changelog.
You can select the update server data schema globally for the entire component, select a different data schema for the project category, and select a schema for each project.