You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/margo-api-reference/workload-api/application-package-api/application-description.linkml.yaml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ classes:
249
249
pattern: ^[0-9]+(Mi|Gi|Ki)$
250
250
required: false
251
251
storage:
252
-
description: The amount of storage required.
252
+
description: The amount of storage required for the application to be run. This encompasses the installed application and the data it needs to store.
253
253
The value is given in binary units (`Ki` = Kibibytes, `Mi` = Mebibytes, `Gi` = Gibibytes, `Ti` Tebibytes, `Pi` = Pebibytes, `Ei` = Exbibytes).
254
254
This is defined by the application developer.
255
255
After deployment of the application, the device MUST provide this amount of storage for the application
@@ -724,6 +724,11 @@ enums:
724
724
description: ARM 64-bit architecture.
725
725
arm:
726
726
description: ARM 32-bit architecture.
727
+
riscv64:
728
+
description: RISC-V 64-bit architecture.
729
+
other:
730
+
description: >-
731
+
Any other CPU architecture not listed here. The application developer MUST provide a description of the architecture in the deployment profile's `description` field.
727
732
728
733
CommunicationInterfaceType:
729
734
permissible_values:
@@ -741,6 +746,8 @@ enums:
741
746
description: This type stands for a CANBus interface.
742
747
rs232:
743
748
description: This type stands for a RS232 interface.
749
+
other:
750
+
description: This type stands for any other communication interface not listed here. The application developer MUST provide a description of the interface in the deployment profile's `description` field.
744
751
745
752
PeripheralType:
746
753
permissible_values:
@@ -754,4 +761,6 @@ enums:
754
761
description: This type stands for a microphone peripheral.
755
762
speaker:
756
763
description: This type stands for a speaker peripheral.
764
+
other:
765
+
description: This type stands for any other peripheral not listed here. The application developer MUST provide a description of the peripheral in the deployment profile's `description` field.
0 commit comments