From 963f8d3fa2a23a15ba34cdf7ea1d6c74fd4a4bc9 Mon Sep 17 00:00:00 2001 From: Adi Date: Thu, 25 Sep 2025 17:11:05 +0530 Subject: [PATCH] add raw data schema --- schemas/raw_data_schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 schemas/raw_data_schema.json diff --git a/schemas/raw_data_schema.json b/schemas/raw_data_schema.json new file mode 100644 index 0000000..84b2168 --- /dev/null +++ b/schemas/raw_data_schema.json @@ -0,0 +1,11 @@ +{ + "doc": "original document", + "issues": [ + { + "title": "Issue #1", + "body": "Issue Body", + "labels": ["sample label"], + "dependency": ["Issue X"] + } + ] +}