Vridlo/types/App: Difference between revisions

From ALT Linux Wiki
(Created page with "'''App''' is a '''''primary''''' structure that represents Application model. It implies the linux application, which can consist in the one of many RPM, and has the children...")
 
No edit summary
Line 10: Line 10:
  Name array for the account. It can include first name, last name, nickname, or title.
  Name array for the account. It can include first name, last name, nickname, or title.


* '''children''' is ''string array '''mandatory'''''
* '''children_slugs''' is ''string array '''mandatory'''''
  Array of the children application slugs, which belong to the core one.
  Array of the children application slugs, which belong to the core one.


* '''rpms_count''' is ''positive '''mandatory read-only'''''
* '''rpms_count''' is ''positive '''mandatory read-only'''''
  Count of the RPM, which belong to the app.
  Count of the RPM, which belong to the app.

Revision as of 15:46, 16 December 2019

App is a primary structure that represents Application model. It implies the linux application, which can consist in the one of many RPM, and has the children applications. It is described as:

  • slug is natural mandatory write-once
Unique slug identifier of an application.
  • kind is natural mandatory
Kind of the application. Can be one of executable, supplicant, or library.
  • names is Name array mandatory
Name array for the account. It can include first name, last name, nickname, or title.
  • children_slugs is string array mandatory
Array of the children application slugs, which belong to the core one.
  • rpms_count is positive mandatory read-only
Count of the RPM, which belong to the app.