http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_EntityMutationResponse.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_EntityMutationResponse.html 
b/0.8.3/api/v2/json_EntityMutationResponse.html
new file mode 100644
index 0000000..c36b493
--- /dev/null
+++ b/0.8.3/api/v2/json_EntityMutationResponse.html
@@ -0,0 +1,561 @@
+<!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: EntityMutationResponse</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: 
EntityMutationResponse</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_EntityMutationResponse.html">EntityMutationResponse</a></li>
+        </ol>
+
+      <h1 class="page-header">EntityMutationResponse <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">mutatedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">map of array of <a 
href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">guidAssignments</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">createdEntities</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">updatedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">partialUpdatedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">deletedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">firstEntityCreated</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">firstEntityUpdated</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">firstEntityPartialUpdated</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      }, {
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      } ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      }, {
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      } ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      }, {
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      } ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      }, {
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      } ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ]
+  },
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;createdEntities&quot; : [ {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;updatedEntities&quot; : [ {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;deletedEntities&quot; : [ {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;firstEntityCreated&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;firstEntityUpdated&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;firstEntityPartialUpdated&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&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_EntityOperation.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_EntityOperation.html 
b/0.8.3/api/v2/json_EntityOperation.html
new file mode 100644
index 0000000..8ce779a
--- /dev/null
+++ b/0.8.3/api/v2/json_EntityOperation.html
@@ -0,0 +1,130 @@
+<!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: EntityOperation</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: 
EntityOperation</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_EntityOperation.html">EntityOperation</a></li>
+        </ol>
+
+      <h1 class="page-header">EntityOperation <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">CREATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">PARTIAL_UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">DELETE</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_FilterCriteria.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_FilterCriteria.html 
b/0.8.3/api/v2/json_FilterCriteria.html
new file mode 100644
index 0000000..45d5ebf
--- /dev/null
+++ b/0.8.3/api/v2/json_FilterCriteria.html
@@ -0,0 +1,182 @@
+<!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: FilterCriteria</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: 
FilterCriteria</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_FilterCriteria.html">FilterCriteria</a></li>
+        </ol>
+
+      <h1 class="page-header">FilterCriteria <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">attributeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">operator</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_Operator.html">Operator</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">attributeValue</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">condition</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_Condition.html">Condition</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">criterion</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a 
href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;attributeName&quot; : &quot;...&quot;,
+  &quot;operator&quot; : &quot;ENDS_WITH&quot;,
+  &quot;attributeValue&quot; : &quot;...&quot;,
+  &quot;condition&quot; : &quot;OR&quot;,
+  &quot;criterion&quot; : [ {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;operator&quot; : &quot;EQ&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;criterion&quot; : [ { }, { } ]
+  }, {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;operator&quot; : &quot;CONTAINS&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;criterion&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_Format.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_Format.html b/0.8.3/api/v2/json_Format.html
new file mode 100644
index 0000000..661cc04
--- /dev/null
+++ b/0.8.3/api/v2/json_Format.html
@@ -0,0 +1,125 @@
+<!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: Format</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: Format</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_Format.html">Format</a></li>
+        </ol>
+
+      <h1 class="page-header">Format <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="json_NumberFormat.html">NumberFormat</a>, <a 
href="json_DateFormat.html">DateFormat</a></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>
+        </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">{ }</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_LineageDirection.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_LineageDirection.html 
b/0.8.3/api/v2/json_LineageDirection.html
new file mode 100644
index 0000000..1ba367f
--- /dev/null
+++ b/0.8.3/api/v2/json_LineageDirection.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: LineageDirection</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: 
LineageDirection</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_LineageDirection.html">LineageDirection</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageDirection <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">INPUT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">OUTPUT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">BOTH</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_LineageRelation.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_LineageRelation.html 
b/0.8.3/api/v2/json_LineageRelation.html
new file mode 100644
index 0000000..66bc468
--- /dev/null
+++ b/0.8.3/api/v2/json_LineageRelation.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: LineageRelation</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: 
LineageRelation</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_LineageRelation.html">LineageRelation</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageRelation <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">fromEntityId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">toEntityId</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;fromEntityId&quot; : &quot;...&quot;,
+  &quot;toEntityId&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_Locale.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_Locale.html b/0.8.3/api/v2/json_Locale.html
new file mode 100644
index 0000000..05dff46
--- /dev/null
+++ b/0.8.3/api/v2/json_Locale.html
@@ -0,0 +1,357 @@
+<!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: Locale</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: Locale</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_Locale.html">Locale</a></li>
+        </ol>
+
+      <h1 class="page-header">Locale <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">variant</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">displayCountry</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">language</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">unicodeLocaleAttributes</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">ISOLanguages</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">ISO3Country</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">script</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">ISOCountries</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">extensionKeys</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">country</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</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>
+        <tr>
+          <td>  <span class="property-name">displayScript</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">displayVariant</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">unicodeLocaleKeys</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">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">displayLanguage</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">default</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_Locale.html">Locale</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">ISO3Language</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;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;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;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;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;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>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/json_NumberFormat.html
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/json_NumberFormat.html 
b/0.8.3/api/v2/json_NumberFormat.html
new file mode 100644
index 0000000..8832535
--- /dev/null
+++ b/0.8.3/api/v2/json_NumberFormat.html
@@ -0,0 +1,609 @@
+<!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: NumberFormat</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: 
NumberFormat</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_NumberFormat.html">NumberFormat</a></li>
+        </ol>
+
+      <h1 class="page-header">NumberFormat <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">minimumFractionDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">percentInstance</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">parseIntegerOnly</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">maximumFractionDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">integerInstance</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">currencyInstance</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">currency</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_Currency.html">Currency</a>
+</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_NumberFormat.html">NumberFormat</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">groupingUsed</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">numberInstance</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">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>
+        <tr>
+          <td>  <span class="property-name">maximumIntegerDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">roundingMode</span>
+</td>
+          <td>  <span class="datatype-reference"><a 
href="json_RoundingMode.html">RoundingMode</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">minimumIntegerDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</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;minimumFractionDigits&quot; : 12345,
+  &quot;percentInstance&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;UP&quot;,
+    &quot;minimumIntegerDigits&quot; : 12345
+  },
+  &quot;parseIntegerOnly&quot; : true,
+  &quot;maximumFractionDigits&quot; : 12345,
+  &quot;integerInstance&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_DOWN&quot;,
+    &quot;minimumIntegerDigits&quot; : 12345
+  },
+  &quot;currencyInstance&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;DOWN&quot;,
+    &quot;minimumIntegerDigits&quot; : 12345
+  },
+  &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;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;UNNECESSARY&quot;,
+    &quot;minimumIntegerDigits&quot; : 12345
+  },
+  &quot;groupingUsed&quot; : true,
+  &quot;numberInstance&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;CEILING&quot;,
+    &quot;minimumIntegerDigits&quot; : 12345
+  },
+  &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_UP&quot;,
+  &quot;minimumIntegerDigits&quot; : 12345
+}</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