--- infos_node: licensing comment: licensing is a node returned by the built-in Salang function check_licensing(). structure: licensing: licenses: _: node-list # foreach license type: string valid: bool valid_older_license: bool profiles: int valid: bool features: node trial: bool enterprise: bool pro: bool lite: bool maximum_profiles: int num_trials: int infos: - node: features.trial comment: Inidcates trial mode if node exists and value is true. - node: features.enterprise comment: Inidcates enterprise tier if node exists and value is true. - node: features.pro comment: Inidcates pro tier if node exists and value is true. - node: features.lite comment: Inidcates lite tier if node exists and value is true. - node: maximum_profiles value: Integer >= 0 comment: The number of licensed profiles. A value of 0 indicates unlimited profiles. ...