Skip to content

Commit b2f3ed5

Browse files
author
Rares POP
committed
Add better descriptions
Signed-off-by: Rares POP <[email protected]>
1 parent 21a22e5 commit b2f3ed5

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

systems-management/nisysmgmt.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ definitions:
588588
required: [activated]
589589

590590
ManagedSystemSysApiData:
591-
description: Contains the SysAPI information, represented as a list of property bags.
591+
description: Contains the SysAPI information.
592592
type: object
593593
properties:
594594
lastUpdatedTimestamp:
@@ -597,9 +597,21 @@ definitions:
597597
format: iso-date-time
598598
example: '2019-02-11T13:32:06.030958Z'
599599
data:
600-
description: The actual data.
600+
description: The lists of SysAPI property-bags.
601601
type: array
602602
items:
603+
description: >
604+
A property-bag tend to look like
605+
{
606+
resource_uri = <str>,
607+
[
608+
{
609+
type = <str>,
610+
tag = <int64>,
611+
value = <str>
612+
}
613+
]
614+
}
603615
type: object
604616
required: [lastUpdatedTimestamp, data]
605617

@@ -613,7 +625,7 @@ definitions:
613625
format: iso-date-time
614626
example: '2019-02-11T13:32:06.030958Z'
615627
data:
616-
description: The actual data.
628+
description: This map is used for grains/packages/feeds. All these are heterogeneous (integers, booleans, lists, dictionaries, ...) collections containing open-ended properties and flags.
617629
type: object
618630
additionalProperties:
619631
type: object

0 commit comments

Comments
 (0)