@@ -587,8 +587,8 @@ definitions:
587587 example : 19.0
588588 required : [activated]
589589
590- ManagedSystemDataPropertyList :
591- description : Property of a system composed by the last updated timestamp and a list with the actual data .
590+ ManagedSystemSysApiData :
591+ description : Contains the SysAPI information, represented as a list of property bags .
592592 type : object
593593 properties :
594594 lastUpdatedTimestamp :
@@ -601,8 +601,6 @@ definitions:
601601 type : array
602602 items :
603603 type : object
604- example :
605- - Lab1
606604 required : [lastUpdatedTimestamp, data]
607605
608606 ManagedSystemDataPropertyMap :
@@ -732,7 +730,7 @@ definitions:
732730 uri : http://download.ni.com/support/nipkg/products/ni-package-manager/eulas
733731 sysapi :
734732 description : System API information.
735- $ref : ' #/definitions/ManagedSystemDataPropertyList '
733+ $ref : ' #/definitions/ManagedSystemSysApiData '
736734 example :
737735 lastUpdatedTimestamp : ' 2019-02-19T11:42:25.078Z'
738736 data :
@@ -766,8 +764,7 @@ definitions:
766764 type : array
767765 items :
768766 type : string
769- example :
770- - Lab1
767+ example : Lab1
771768 required : [lastUpdatedTimestamp, data]
772769 keywords :
773770 description : Keywords metadata information about a system.
@@ -783,8 +780,7 @@ definitions:
783780 type : array
784781 items :
785782 type : string
786- example :
787- - testVM
783+ example : testVM
788784 required : [lastUpdatedTimestamp, data]
789785 properties :
790786 description : Properties metadata information about a system.
0 commit comments