Add versioning to RAS data schemas

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Ie1688f748fe70d40bee4c88160cb20b7d36d3033
diff --git a/analyzer/ras-data/schema/ras-data-schema.json b/analyzer/ras-data/schema/ras-data-schema-v01.json
similarity index 99%
rename from analyzer/ras-data/schema/ras-data-schema.json
rename to analyzer/ras-data/schema/ras-data-schema-v01.json
index 3016f06..05f18cc 100644
--- a/analyzer/ras-data/schema/ras-data-schema.json
+++ b/analyzer/ras-data/schema/ras-data-schema-v01.json
@@ -1,6 +1,7 @@
 {
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "title": "RAS Data schema for openpower-hw-diags",
+    "version": 1,
     "type": "object",
     "definitions": {
         "priority": {