From 4028b43870ec72ceae346954693e73f1687597d1 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Mon, 27 Jul 2020 14:14:33 +0200 Subject: [PATCH] Fix json schema ids --- reframe/schemas/config.json | 2 +- reframe/schemas/runreport.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reframe/schemas/config.json b/reframe/schemas/config.json index b2724e4891..bd35d64c1b 100644 --- a/reframe/schemas/config.json +++ b/reframe/schemas/config.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/eth-cscs/reframe/master/schemas/config.json", + "$id": "https://raw.githubusercontent.com/eth-cscs/reframe/master/reframe/schemas/config.json", "title": "Validation schema for ReFrame's configuration file", "defs": { "alphanum_string": { diff --git a/reframe/schemas/runreport.json b/reframe/schemas/runreport.json index b26f15ec56..08de4bd591 100644 --- a/reframe/schemas/runreport.json +++ b/reframe/schemas/runreport.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/eth-cscs/reframe/master/schemas/runreport.json", + "$id": "https://raw.githubusercontent.com/eth-cscs/reframe/master/reframe/schemas/runreport.json", "title": "Validation schema for ReFrame's run report", "type": "object", "properties": {