From e24c01d20f800a2e33de6fdf60d903fc46014b26 Mon Sep 17 00:00:00 2001 From: Paul Balluff Date: Mon, 4 Jul 2022 18:23:41 +0200 Subject: [PATCH] #150 updated schema --- data/schema.dgraph | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/schema.dgraph b/data/schema.dgraph index fb90fa77..db846642 100644 --- a/data/schema.dgraph +++ b/data/schema.dgraph @@ -179,6 +179,10 @@ type Tool { input_file_format output_file_format materials + user_access +license +defunct + open_source } @@ -331,7 +335,9 @@ input_file_format: [uid] @reverse . output_file_format: [uid] @reverse . input_data: [uid] @reverse . output_data: [uid] @reverse . - +user_access: string @index(hash) . +license: string @index(term, trigram) . +open_source: string @index(hash) . # ResearchPaper Predicates isbn: string @index(exact).