From 3e6bed3b7cf892ed171d899d9a76631808957c70 Mon Sep 17 00:00:00 2001 From: Cyril Pommier <3224591+cpommier@users.noreply.github.com> Date: Thu, 17 Sep 2020 12:08:08 +0200 Subject: [PATCH] Create FEM.json --- sources/FEM.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sources/FEM.json diff --git a/sources/FEM.json b/sources/FEM.json new file mode 100644 index 0000000..92d1897 --- /dev/null +++ b/sources/FEM.json @@ -0,0 +1,20 @@ +{ + "@context": { + "schema": "http://schema.org/", + "brapi": "https://brapi.org/" + }, + "@type": "schema:DataCatalog", + "@id": "https://www.fmach.it", + "schema:identifier": "FEM", + "schema:name": "FEM PhenoDB", + "brapi:endpointUrl": "http://51.145.230.169:8081/brapi/v1/", + + "implemented-calls": [ + "GET germplasm", + "GET trials", + "GET studies", + "GET studies/{studyDbId}", + "GET studies/{studyDbId}/germplasm", + "GET studies/{studyDbId}/observationUnit" + ] +}