Skip to content

Commit 9362f8c

Browse files
fix(validation): correct analysis schema to include kubernetes_uid (#499)
1 parent cbdd7ab commit 9362f8c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

reana_commons/validation/schemas/reana_analysis_schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@
316316
"title": "Kubernetes memory limit",
317317
"description": "Kubernetes memory limit (e.g. 256Mi - read more about the expected memory values on the official Kubernetes documentation: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory)"
318318
},
319+
"kubernetes_uid": {
320+
"type": "integer",
321+
"title": "Kubernetes UID",
322+
"description": "Kubernetes unique identifier (e.g. 713)"
323+
},
319324
"name": {
320325
"type": "string",
321326
"title": "Step name"

0 commit comments

Comments
 (0)