From b2aae8cea977d5f2a21fac1e2068670e61e1eeef Mon Sep 17 00:00:00 2001 From: simleo Date: Fri, 22 Mar 2024 16:11:52 +0100 Subject: [PATCH] workflow-run: add resourceUsage --- workflow-run/context.json | 3 ++- workflow-run/vocabulary.csv | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/workflow-run/context.json b/workflow-run/context.json index c166b8b..7ac0141 100644 --- a/workflow-run/context.json +++ b/workflow-run/context.json @@ -16,7 +16,8 @@ "environment": "https://w3id.org/ro/terms/workflow-run#environment", "registry": "https://w3id.org/ro/terms/workflow-run#registry", "tag": "https://w3id.org/ro/terms/workflow-run#tag", - "containerImage": "https://w3id.org/ro/terms/workflow-run#containerImage" + "containerImage": "https://w3id.org/ro/terms/workflow-run#containerImage", + "resourceUsage": "https://w3id.org/ro/terms/workflow-run#resourceUsage" } ] } \ No newline at end of file diff --git a/workflow-run/vocabulary.csv b/workflow-run/vocabulary.csv index 341edb5..27cdfe9 100644 --- a/workflow-run/vocabulary.csv +++ b/workflow-run/vocabulary.csv @@ -14,3 +14,4 @@ "registry","Property","registry","A service to register software products, such as container images","ContainerImage","Text" "tag","Property","tag","A tag assigned to a software product, such as a container image","ContainerImage","Text" "containerImage","Property","containerImage","A container image associated with this entity","CreateAction","ContainerImage URL" +"resourceUsage","Property","resourceUsage","A resource usage item, such as peak memory","CreateAction","PropertyValue"