Vridlo/types/Tag: Difference between revisions

From ALT Linux Wiki
No edit summary
No edit summary
Line 2: Line 2:


* '''name''' is  array '''mandatory write-once'''''
* '''name''' is  array '''mandatory write-once'''''
  Name of the tag with the "hash" or "at" sign as a prefix.
  Name of the tag including the "hash" or "at" sign as a prefix.


* '''rpm_slug''' is ''natural '''mandatory write-once floating'''''
* '''description''' is ''string '''optional'''''
  Slug of the [[Vridlo/types/Rpm|RPM]], which the tag belongs to.
Description of the tag.
 
* '''app_count''' is ''natural '''mandatory read-only'''''
  Count of actual [[Vridlo/types/App|applications]], which the tag is applied to.

Revision as of 21:17, 24 December 2019

Tag is a stuff structure that represents Tag model. It implies the tag marking an RPM. It is described as:

  • name is array mandatory write-once
Name of the tag including the "hash" or "at" sign as a prefix.
  • description is string optional
Description of the tag.
  • app_count is natural mandatory read-only
Count of actual applications, which the tag is applied to.