From 79d40cbf2504cacc1008cf0fda73df8a5e293a27 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 2 Oct 2017 15:55:29 -0700 Subject: Add Version Field to PDF With Euphrates being the initial 'release' of the PDF it is important we include a version specifier. Without a version specifier, PDF consumers (computers or humans) won't know which fields are be available, nor their possible type (string, int, list, etc). This also allows the PDF spec to be modified without fear of breaking any tooling relying on the layout of fields or extance of specific properties; Presuming tooling handles the version specifier. Change-Id: I304ecc9ebfa0a36d40db8ef3486a3600ae86422e Signed-off-by: Trevor Bramwell --- config/pod1.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/pod1.yaml') diff --git a/config/pod1.yaml b/config/pod1.yaml index af5ada46..00f02751 100644 --- a/config/pod1.yaml +++ b/config/pod1.yaml @@ -1,5 +1,6 @@ --- ### POD descriptor file ### +version: '1' details: pod owner: Lab Owner -- cgit 1.2.3-korg