Skip to content

Commit cf785c9

Browse files
committed
minor comments addressed
Signed-off-by: Arne Broering <arne.broering@siemens.com>
1 parent b171347 commit cf785c9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/margo-api-reference/workload-api/application-package-api/application-description.linkml.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ classes:
249249
pattern: ^[0-9]+(Mi|Gi|Ki)$
250250
required: false
251251
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.
253253
The value is given in binary units (`Ki` = Kibibytes, `Mi` = Mebibytes, `Gi` = Gibibytes, `Ti` Tebibytes, `Pi` = Pebibytes, `Ei` = Exbibytes).
254254
This is defined by the application developer.
255255
After deployment of the application, the device MUST provide this amount of storage for the application
@@ -724,6 +724,11 @@ enums:
724724
description: ARM 64-bit architecture.
725725
arm:
726726
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.
727732
728733
CommunicationInterfaceType:
729734
permissible_values:
@@ -741,6 +746,8 @@ enums:
741746
description: This type stands for a CANBus interface.
742747
rs232:
743748
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.
744751

745752
PeripheralType:
746753
permissible_values:
@@ -754,4 +761,6 @@ enums:
754761
description: This type stands for a microphone peripheral.
755762
speaker:
756763
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.
757766

0 commit comments

Comments
 (0)