From db41f3c1177403d7774ad15695440c8a877e80ea Mon Sep 17 00:00:00 2001 From: Bhabesh <bhabesh.mukhopadhyay@nibio.no> Date: Wed, 3 Jun 2020 11:23:25 +0200 Subject: [PATCH] Alternaria json Adding Altenaria json --- .../formdefinitions/models/ALTERNARIA.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/webapp/formdefinitions/models/ALTERNARIA.json diff --git a/src/main/webapp/formdefinitions/models/ALTERNARIA.json b/src/main/webapp/formdefinitions/models/ALTERNARIA.json new file mode 100644 index 00000000..dca095a7 --- /dev/null +++ b/src/main/webapp/formdefinitions/models/ALTERNARIA.json @@ -0,0 +1,21 @@ +{ + "_licenseNote": [ + "Copyright (c) 2014 NIBIO <http://www.nibio.no/>. ", + "", + "This file is part of VIPSLogic. ", + "VIPSLogic is free software: you can redistribute it and/or modify ", + "it under the terms of the NIBIO Open Source License as published by ", + "NIBIO, either version 1 of the License, or (at your option) any ", + "later version. ", + "", + "VIPSLogic is distributed in the hope that it will be useful, ", + "but WITHOUT ANY WARRANTY; without even the implied warranty of ", + "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ", + "NIBIO Open Source License for more details. ", + "", + "You should have received a copy of the NIBIO Open Source License ", + "along with VIPSLogic. If not, see <http://www.nibio.no/licenses/>. " + ], + "_comment" : "Structure of the specific fields for ALTERNARIA", + "fields": [] +} -- GitLab