Add auto-generated json RAS data and supporting changes

Moving forward we want to use json RAS data files that
have been auto-generated instead of maintaining the
json itself. This updates the current json RAS data
to version 2 and makes accompanying changes in the
RAS data parser and schema.

Change-Id: I1278c65f6479437630de5b9d3440d4a19f42a1f6
Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
diff --git a/analyzer/ras-data/meson.build b/analyzer/ras-data/meson.build
index 051892a..4a2dc9e 100644
--- a/analyzer/ras-data/meson.build
+++ b/analyzer/ras-data/meson.build
@@ -12,7 +12,8 @@
 
 # Install the RAS data schema
 
-ras_data_schema = files( 'schema/ras-data-schema-v01.json' )
+ras_data_schema = files( 'schema/ras-data-schema-v01.json',
+                         'schema/ras-data-schema-v02.json' )
 
 install_data( ras_data_schema, install_dir: join_paths(package_dir, 'schema') )