http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_AtlasTypesDef.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_AtlasTypesDef.html 
b/0.8.3/api/v2/json_AtlasTypesDef.html
new file mode 100644
index 0000000..46c0886
--- /dev/null
+++ b/0.8.3/api/v2/json_AtlasTypesDef.html
@@ -0,0 +1,592 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTypesDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/style.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+  <!--[if lt IE 9]>
+  <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: 
AtlasTypesDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to 
Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a 
href="json_AtlasTypesDef.html">AtlasTypesDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTypesDef <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">enumDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_AtlasEnumDef.html">AtlasEnumDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">structDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_AtlasStructDef.html">AtlasStructDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">classificationDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_AtlasClassificationDef.html">AtlasClassificationDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">entityDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_AtlasEntityDef.html">AtlasEntityDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">empty</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;enumDefs&quot; : [ {
+    &quot;elementDefs&quot; : [ {
+      &quot;value&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345
+    }, {
+      &quot;value&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;numberFormat&quot; : { },
+      &quot;calendar&quot; : 12345,
+      &quot;timeZone&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ]
+    },
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;version&quot; : 12345,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    }
+  }, {
+    &quot;elementDefs&quot; : [ {
+      &quot;value&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345
+    }, {
+      &quot;value&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;numberFormat&quot; : { },
+      &quot;calendar&quot; : 12345,
+      &quot;timeZone&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ]
+    },
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;version&quot; : 12345,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    }
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    } ],
+    &quot;dateFormatter&quot; : {
+      &quot;numberFormat&quot; : { },
+      &quot;calendar&quot; : 12345,
+      &quot;timeZone&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ]
+    },
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;version&quot; : 12345,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    }
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    } ],
+    &quot;dateFormatter&quot; : {
+      &quot;numberFormat&quot; : { },
+      &quot;calendar&quot; : 12345,
+      &quot;timeZone&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ]
+    },
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;version&quot; : 12345,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    }
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    } ],
+    &quot;dateFormatter&quot; : {
+      &quot;numberFormat&quot; : { },
+      &quot;calendar&quot; : 12345,
+      &quot;timeZone&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ]
+    },
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;version&quot; : 12345,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    }
+  }, {
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    } ],
+    &quot;dateFormatter&quot; : {
+      &quot;numberFormat&quot; : { },
+      &quot;calendar&quot; : 12345,
+      &quot;timeZone&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ]
+    },
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;version&quot; : 12345,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    }
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    } ],
+    &quot;dateFormatter&quot; : {
+      &quot;numberFormat&quot; : { },
+      &quot;calendar&quot; : 12345,
+      &quot;timeZone&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ]
+    },
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;version&quot; : 12345,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    }
+  }, {
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    }, {
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;isOptional&quot; : true,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;valuesMinCount&quot; : 12345,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;isUnique&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;softReferenced&quot; : true
+    } ],
+    &quot;dateFormatter&quot; : {
+      &quot;numberFormat&quot; : { },
+      &quot;calendar&quot; : 12345,
+      &quot;timeZone&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ]
+    },
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;updateTime&quot; : 12345,
+    &quot;version&quot; : 12345,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    }
+  } ],
+  &quot;empty&quot; : true
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a 
href="http://enunciate.webcohesion.com";>Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. 
-->
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js";></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
+
+  <!-- prettify code blocks. see 
http://code.google.com/p/google-code-prettify/ -->
+  <script 
src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"; 
type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_AtlasUserSavedSearch.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_AtlasUserSavedSearch.html 
b/0.8.3/api/v2/json_AtlasUserSavedSearch.html
new file mode 100644
index 0000000..08bad0d
--- /dev/null
+++ b/0.8.3/api/v2/json_AtlasUserSavedSearch.html
@@ -0,0 +1,207 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasUserSavedSearch</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/style.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+  <!--[if lt IE 9]>
+  <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: 
AtlasUserSavedSearch</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to 
Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a 
href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasUserSavedSearch <small>Data 
Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">ownerName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">searchType</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_SavedSearchType.html">SavedSearchType</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">searchParameters</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_SearchParameters.html">SearchParameters</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">uiParameters</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a 
href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;IS_NULL&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;LIKE&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a 
href="http://enunciate.webcohesion.com";>Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. 
-->
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js";></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
+
+  <!-- prettify code blocks. see 
http://code.google.com/p/google-code-prettify/ -->
+  <script 
src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"; 
type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_AttributeSearchResult.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_AttributeSearchResult.html 
b/0.8.3/api/v2/json_AttributeSearchResult.html
new file mode 100644
index 0000000..6cb1aee
--- /dev/null
+++ b/0.8.3/api/v2/json_AttributeSearchResult.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+
+  <title>Atlas REST API: AttributeSearchResult</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/style.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+  <!--[if lt IE 9]>
+  <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: 
AttributeSearchResult</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to 
Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a 
href="json_AttributeSearchResult.html">AttributeSearchResult</a></li>
+        </ol>
+
+      <h1 class="page-header">AttributeSearchResult <small>Data 
Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">values</span>
+</td>
+          <td>  <span class="datatype-reference">array of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;values&quot; : [ ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a 
href="http://enunciate.webcohesion.com";>Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. 
-->
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js";></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
+
+  <!-- prettify code blocks. see 
http://code.google.com/p/google-code-prettify/ -->
+  <script 
src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"; 
type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_Cardinality.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_Cardinality.html 
b/0.8.3/api/v2/json_Cardinality.html
new file mode 100644
index 0000000..99a344c
--- /dev/null
+++ b/0.8.3/api/v2/json_Cardinality.html
@@ -0,0 +1,126 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+
+  <title>Atlas REST API: Cardinality</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/style.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+  <!--[if lt IE 9]>
+  <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: 
Cardinality</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to 
Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a 
href="json_Cardinality.html">Cardinality</a></li>
+        </ol>
+
+      <h1 class="page-header">Cardinality <small>Data Type</small></h1>
+
+      <p>single-valued attribute or multi-valued attribute.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value">SINGLE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">LIST</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">SET</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a 
href="http://enunciate.webcohesion.com";>Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. 
-->
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js";></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
+
+  <!-- prettify code blocks. see 
http://code.google.com/p/google-code-prettify/ -->
+  <script 
src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"; 
type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_ClassificationAssociateRequest.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_ClassificationAssociateRequest.html 
b/0.8.3/api/v2/json_ClassificationAssociateRequest.html
new file mode 100644
index 0000000..1cc02de
--- /dev/null
+++ b/0.8.3/api/v2/json_ClassificationAssociateRequest.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+
+  <title>Atlas REST API: ClassificationAssociateRequest</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/style.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+  <!--[if lt IE 9]>
+  <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: 
ClassificationAssociateRequest</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to 
Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a 
href="json_ClassificationAssociateRequest.html">ClassificationAssociateRequest</a></li>
+        </ol>
+
+      <h1 class="page-header">ClassificationAssociateRequest <small>Data 
Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">classification</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_AtlasClassification.html">AtlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">entityGuids</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;classification&quot; : {
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;entityGuids&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a 
href="http://enunciate.webcohesion.com";>Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. 
-->
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js";></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
+
+  <!-- prettify code blocks. see 
http://code.google.com/p/google-code-prettify/ -->
+  <script 
src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"; 
type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_Condition.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_Condition.html b/0.8.3/api/v2/json_Condition.html
new file mode 100644
index 0000000..73d8e2b
--- /dev/null
+++ b/0.8.3/api/v2/json_Condition.html
@@ -0,0 +1,122 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+
+  <title>Atlas REST API: Condition</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/style.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+  <!--[if lt IE 9]>
+  <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Condition</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to 
Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Condition.html">Condition</a></li>
+        </ol>
+
+      <h1 class="page-header">Condition <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value">AND</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">OR</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a 
href="http://enunciate.webcohesion.com";>Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. 
-->
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js";></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
+
+  <!-- prettify code blocks. see 
http://code.google.com/p/google-code-prettify/ -->
+  <script 
src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"; 
type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_Currency.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_Currency.html b/0.8.3/api/v2/json_Currency.html
new file mode 100644
index 0000000..09058b4
--- /dev/null
+++ b/0.8.3/api/v2/json_Currency.html
@@ -0,0 +1,194 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+
+  <title>Atlas REST API: Currency</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/style.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+  <!--[if lt IE 9]>
+  <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Currency</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to 
Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Currency.html">Currency</a></li>
+        </ol>
+
+      <h1 class="page-header">Currency <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">defaultFractionDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">availableCurrencies</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_Currency.html">Currency</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">numericCode</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">currencyCode</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">displayName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">symbol</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;defaultFractionDigits&quot; : 12345,
+  &quot;availableCurrencies&quot; : [ {
+    &quot;defaultFractionDigits&quot; : 12345,
+    &quot;availableCurrencies&quot; : [ { }, { } ],
+    &quot;numericCode&quot; : 12345,
+    &quot;currencyCode&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;symbol&quot; : &quot;...&quot;
+  }, {
+    &quot;defaultFractionDigits&quot; : 12345,
+    &quot;availableCurrencies&quot; : [ { }, { } ],
+    &quot;numericCode&quot; : 12345,
+    &quot;currencyCode&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;symbol&quot; : &quot;...&quot;
+  } ],
+  &quot;numericCode&quot; : 12345,
+  &quot;currencyCode&quot; : &quot;...&quot;,
+  &quot;displayName&quot; : &quot;...&quot;,
+  &quot;symbol&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a 
href="http://enunciate.webcohesion.com";>Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. 
-->
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js";></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
+
+  <!-- prettify code blocks. see 
http://code.google.com/p/google-code-prettify/ -->
+  <script 
src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"; 
type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_DateFormat.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_DateFormat.html 
b/0.8.3/api/v2/json_DateFormat.html
new file mode 100644
index 0000000..5c2c652
--- /dev/null
+++ b/0.8.3/api/v2/json_DateFormat.html
@@ -0,0 +1,599 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+
+  <title>Atlas REST API: DateFormat</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/style.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+  <!--[if lt IE 9]>
+  <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: 
DateFormat</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to 
Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a 
href="json_DateFormat.html">DateFormat</a></li>
+        </ol>
+
+      <h1 class="page-header">DateFormat <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">numberFormat</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_NumberFormat.html">NumberFormat</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">calendar</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">timeZone</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_TimeZone.html">TimeZone</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">timeInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">dateInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">dateTimeInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">lenient</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">instance</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">availableLocales</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_Locale.html">Locale</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+
+      <div class="alert alert-warning">This data type is abstract. The example 
below may be incomplete. More accurate examples can be found in subtypes 
pages.</div>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;numberFormat&quot; : {
+    &quot;minimumFractionDigits&quot; : 12345,
+    &quot;percentInstance&quot; : { },
+    &quot;parseIntegerOnly&quot; : true,
+    &quot;maximumFractionDigits&quot; : 12345,
+    &quot;integerInstance&quot; : { },
+    &quot;currencyInstance&quot; : { },
+    &quot;currency&quot; : {
+      &quot;defaultFractionDigits&quot; : 12345,
+      &quot;availableCurrencies&quot; : [ { }, { } ],
+      &quot;numericCode&quot; : 12345,
+      &quot;currencyCode&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;symbol&quot; : &quot;...&quot;
+    },
+    &quot;instance&quot; : { },
+    &quot;groupingUsed&quot; : true,
+    &quot;numberInstance&quot; : { },
+    &quot;availableLocales&quot; : [ {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    }, {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    } ],
+    &quot;maximumIntegerDigits&quot; : 12345,
+    &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;,
+    &quot;minimumIntegerDigits&quot; : 12345
+  },
+  &quot;calendar&quot; : 12345,
+  &quot;timeZone&quot; : {
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;rawOffset&quot; : 12345,
+    &quot;DSTSavings&quot; : 12345,
+    &quot;ID&quot; : &quot;...&quot;,
+    &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;default&quot; : { }
+  },
+  &quot;timeInstance&quot; : {
+    &quot;numberFormat&quot; : {
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;percentInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;integerInstance&quot; : { },
+      &quot;currencyInstance&quot; : { },
+      &quot;currency&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;numberInstance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;,
+      &quot;minimumIntegerDigits&quot; : 12345
+    },
+    &quot;calendar&quot; : 12345,
+    &quot;timeZone&quot; : {
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345,
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { }
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;availableLocales&quot; : [ {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    }, {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;dateInstance&quot; : {
+    &quot;numberFormat&quot; : {
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;percentInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;integerInstance&quot; : { },
+      &quot;currencyInstance&quot; : { },
+      &quot;currency&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;numberInstance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;roundingMode&quot; : &quot;FLOOR&quot;,
+      &quot;minimumIntegerDigits&quot; : 12345
+    },
+    &quot;calendar&quot; : 12345,
+    &quot;timeZone&quot; : {
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345,
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { }
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;availableLocales&quot; : [ {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    }, {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;dateTimeInstance&quot; : {
+    &quot;numberFormat&quot; : {
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;percentInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;integerInstance&quot; : { },
+      &quot;currencyInstance&quot; : { },
+      &quot;currency&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;numberInstance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;,
+      &quot;minimumIntegerDigits&quot; : 12345
+    },
+    &quot;calendar&quot; : 12345,
+    &quot;timeZone&quot; : {
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345,
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { }
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;availableLocales&quot; : [ {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    }, {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;lenient&quot; : true,
+  &quot;instance&quot; : {
+    &quot;numberFormat&quot; : {
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;percentInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;integerInstance&quot; : { },
+      &quot;currencyInstance&quot; : { },
+      &quot;currency&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;numberInstance&quot; : { },
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;,
+      &quot;minimumIntegerDigits&quot; : 12345
+    },
+    &quot;calendar&quot; : 12345,
+    &quot;timeZone&quot; : {
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345,
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { }
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;availableLocales&quot; : [ {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    }, {
+      &quot;variant&quot; : &quot;...&quot;,
+      &quot;displayCountry&quot; : &quot;...&quot;,
+      &quot;language&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; 
],
+      &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;ISO3Country&quot; : &quot;...&quot;,
+      &quot;script&quot; : &quot;...&quot;,
+      &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;country&quot; : &quot;...&quot;,
+      &quot;availableLocales&quot; : [ { }, { } ],
+      &quot;displayScript&quot; : &quot;...&quot;,
+      &quot;displayVariant&quot; : &quot;...&quot;,
+      &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;displayLanguage&quot; : &quot;...&quot;,
+      &quot;default&quot; : { },
+      &quot;ISO3Language&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;availableLocales&quot; : [ {
+    &quot;variant&quot; : &quot;...&quot;,
+    &quot;displayCountry&quot; : &quot;...&quot;,
+    &quot;language&quot; : &quot;...&quot;,
+    &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;ISO3Country&quot; : &quot;...&quot;,
+    &quot;script&quot; : &quot;...&quot;,
+    &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;country&quot; : &quot;...&quot;,
+    &quot;availableLocales&quot; : [ { }, { } ],
+    &quot;displayScript&quot; : &quot;...&quot;,
+    &quot;displayVariant&quot; : &quot;...&quot;,
+    &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;displayLanguage&quot; : &quot;...&quot;,
+    &quot;default&quot; : { },
+    &quot;ISO3Language&quot; : &quot;...&quot;
+  }, {
+    &quot;variant&quot; : &quot;...&quot;,
+    &quot;displayCountry&quot; : &quot;...&quot;,
+    &quot;language&quot; : &quot;...&quot;,
+    &quot;unicodeLocaleAttributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;ISOLanguages&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;ISO3Country&quot; : &quot;...&quot;,
+    &quot;script&quot; : &quot;...&quot;,
+    &quot;ISOCountries&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;extensionKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;country&quot; : &quot;...&quot;,
+    &quot;availableLocales&quot; : [ { }, { } ],
+    &quot;displayScript&quot; : &quot;...&quot;,
+    &quot;displayVariant&quot; : &quot;...&quot;,
+    &quot;unicodeLocaleKeys&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;displayLanguage&quot; : &quot;...&quot;,
+    &quot;default&quot; : { },
+    &quot;ISO3Language&quot; : &quot;...&quot;
+  } ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a 
href="http://enunciate.webcohesion.com";>Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. 
-->
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js";></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js";></script>
+
+  <!-- prettify code blocks. see 
http://code.google.com/p/google-code-prettify/ -->
+  <script 
src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"; 
type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

Reply via email to