From 5e1724d7e0cc1173c90fc2606fef7e831c863273 Mon Sep 17 00:00:00 2001 From: Simon Kuberski Date: Tue, 22 Feb 2022 09:31:01 +0100 Subject: [PATCH] Adapted json_schema --- examples/json_schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/json_schema.json b/examples/json_schema.json index 81d12599..c836c195 100644 --- a/examples/json_schema.json +++ b/examples/json_schema.json @@ -46,8 +46,8 @@ "description": "Hostname of the machine where the file has been written." }, "description": { - "type": "string", - "description": "A string that describes the content of the file." + "type": ["number","string","boolean","object","array","null"], + "description": "A description of the content of the file." }, "obsdata": { "type": "array", @@ -101,7 +101,7 @@ }] }, "tag": { - "type": "string", + "type": ["number","string","boolean","object","array","null"], "description": "Optional descriptor of the structure." }, "reweighted": { @@ -340,4 +340,4 @@ ] } ] -} \ No newline at end of file +}