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"] + } + ] +}