From eee7fdcd70b30759664081608fe275695487c44f Mon Sep 17 00:00:00 2001 From: wow-such-code Date: Mon, 12 Dec 2022 15:02:16 +0100 Subject: [PATCH] remove duplicate words --- .../resources/schemas/nanopore-instrument-output.schema.json | 2 +- .../resources/schemas/nanopore-instrument-output_v2.schema.json | 2 +- .../resources/schemas/nanopore-instrument-output_v3.schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/schemas/nanopore-instrument-output.schema.json b/src/main/resources/schemas/nanopore-instrument-output.schema.json index 3071d093a..72aa2ac3b 100644 --- a/src/main/resources/schemas/nanopore-instrument-output.schema.json +++ b/src/main/resources/schemas/nanopore-instrument-output.schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "http://qbic.life/nanopore-instrument-output.schema.json", "title": "Nanopore Instrument Output", - "description": "Describes in which form PromethION/MinION sequenced sequenced Nanopore is received from the Microbiology lab.", + "description": "Describes in which form PromethION/MinION sequenced Nanopore is received from the Microbiology lab.", "definitions": { "folder": { "description": "Describes a folder", diff --git a/src/main/resources/schemas/nanopore-instrument-output_v2.schema.json b/src/main/resources/schemas/nanopore-instrument-output_v2.schema.json index 39256876c..a568991d0 100644 --- a/src/main/resources/schemas/nanopore-instrument-output_v2.schema.json +++ b/src/main/resources/schemas/nanopore-instrument-output_v2.schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "http://qbic.life/nanopore-instrument-output_v2.schema.json", "title": "Nanopore Instrument Output V2", - "description": "Describes in which form PromethION/MinION sequenced sequenced Nanopore data is received from the medical genetics lab. Accounts for 'other reports' folder created by the lab", + "description": "Describes in which form PromethION/MinION sequenced Nanopore data is received from the medical genetics lab. Accounts for 'other reports' folder created by the lab", "definitions": { "folder": { "description": "Describes a folder", diff --git a/src/main/resources/schemas/nanopore-instrument-output_v3.schema.json b/src/main/resources/schemas/nanopore-instrument-output_v3.schema.json index 3c656cc52..6ca89f7a6 100644 --- a/src/main/resources/schemas/nanopore-instrument-output_v3.schema.json +++ b/src/main/resources/schemas/nanopore-instrument-output_v3.schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "http://qbic.life/nanopore-instrument-output_v3.schema.json", "title": "Nanopore Instrument Output V3", - "description": "Describes in which form PromethION/MinION sequenced sequenced Nanopore data is received from the medical genetics lab. Accounts for the adapted 'other_reports' folder structure provided by the lab", + "description": "Describes in which form PromethION/MinION sequenced Nanopore data is received from the medical genetics lab. Accounts for the adapted 'other_reports' folder structure provided by the lab", "definitions": { "folder": { "description": "Describes a folder",