You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2017/02/20 06:18:22 UTC

[1/8] incubator-atlas-website git commit: Updaetd V2 REST API documentation

Repository: incubator-atlas-website
Updated Branches:
  refs/heads/asf-site 4164eb065 -> d3bcb1751


http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_entityMutationResponse.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_entityMutationResponse.html b/api/v2/xml_ns0_entityMutationResponse.html
new file mode 100644
index 0000000..6b72312
--- /dev/null
+++ b/api/v2/xml_ns0_entityMutationResponse.html
@@ -0,0 +1,166 @@
+<!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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_entityMutationResponse.html">entityMutationResponse</a></li>
+        </ol>
+
+      <h1 class="page-header">entityMutationResponse <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">guidAssignments</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">mutatedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;entityMutationResponse&gt;
+  &lt;mutatedEntities&gt;...&lt;/mutatedEntities&gt;
+  &lt;guidAssignments&gt;...&lt;/guidAssignments&gt;
+&lt;/entityMutationResponse&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_entityMutations.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_entityMutations.html b/api/v2/xml_ns0_entityMutations.html
new file mode 100644
index 0000000..7f82e94
--- /dev/null
+++ b/api/v2/xml_ns0_entityMutations.html
@@ -0,0 +1,127 @@
+<!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: entityMutations</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: entityMutations</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_entityMutations.html">entityMutations</a></li>
+        </ol>
+
+      <h1 class="page-header">entityMutations <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;entityMutations/&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_entityOperation.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_entityOperation.html b/api/v2/xml_ns0_entityOperation.html
new file mode 100644
index 0000000..e71503e
--- /dev/null
+++ b/api/v2/xml_ns0_entityOperation.html
@@ -0,0 +1,134 @@
+<!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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_entityOperation.html">entityOperation</a></li>
+        </ol>
+
+      <h1 class="page-header">entityOperation <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_guidMapping.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_guidMapping.html b/api/v2/xml_ns0_guidMapping.html
new file mode 100644
index 0000000..6229754
--- /dev/null
+++ b/api/v2/xml_ns0_guidMapping.html
@@ -0,0 +1,149 @@
+<!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: guidMapping</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: guidMapping</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_guidMapping.html">guidMapping</a></li>
+        </ol>
+
+      <h1 class="page-header">guidMapping <small>Data Type</small></h1>
+
+      <p>This stores a mapping of guid assignments that were made during the processing
+of a create or update entity request.
+.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">guidAssignments</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;guidMapping&gt;
+  &lt;guidAssignments&gt;...&lt;/guidAssignments&gt;
+&lt;/guidMapping&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_lineageDirection.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_lineageDirection.html b/api/v2/xml_ns0_lineageDirection.html
new file mode 100644
index 0000000..3943345
--- /dev/null
+++ b/api/v2/xml_ns0_lineageDirection.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: 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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_lineageDirection.html">lineageDirection</a></li>
+        </ol>
+
+      <h1 class="page-header">lineageDirection <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_lineageRelation.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_lineageRelation.html b/api/v2/xml_ns0_lineageRelation.html
new file mode 100644
index 0000000..39d790b
--- /dev/null
+++ b/api/v2/xml_ns0_lineageRelation.html
@@ -0,0 +1,166 @@
+<!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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_lineageRelation.html">lineageRelation</a></li>
+        </ol>
+
+      <h1 class="page-header">lineageRelation <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</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-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">toEntityId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;lineageRelation&gt;
+  &lt;fromEntityId&gt;...&lt;/fromEntityId&gt;
+  &lt;toEntityId&gt;...&lt;/toEntityId&gt;
+&lt;/lineageRelation&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_status.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_status.html b/api/v2/xml_ns0_status.html
new file mode 100644
index 0000000..aab207b
--- /dev/null
+++ b/api/v2/xml_ns0_status.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: status</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: status</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_status.html">status</a></li>
+        </ol>
+
+      <h1 class="page-header">status <small>Data Type</small></h1>
+
+      <p>Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </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">ACTIVE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">DELETED</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_typeCategory.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_typeCategory.html b/api/v2/xml_ns0_typeCategory.html
new file mode 100644
index 0000000..357171d
--- /dev/null
+++ b/api/v2/xml_ns0_typeCategory.html
@@ -0,0 +1,150 @@
+<!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: typeCategory</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: typeCategory</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_typeCategory.html">typeCategory</a></li>
+        </ol>
+
+      <h1 class="page-header">typeCategory <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </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">PRIMITIVE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">OBJECT_ID_TYPE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">ENUM</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">STRUCT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">CLASSIFICATION</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">ENTITY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">ARRAY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">MAP</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>



[4/8] incubator-atlas-website git commit: Updaetd V2 REST API documentation

Posted by ma...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/ui/swagger.json
----------------------------------------------------------------------
diff --git a/api/v2/ui/swagger.json b/api/v2/ui/swagger.json
index 9e98e1d..bd68433 100644
--- a/api/v2/ui/swagger.json
+++ b/api/v2/ui/swagger.json
@@ -159,7 +159,7 @@
             }
           },
       "example" : {
-  "category" : "ENTITY",
+  "category" : "MAP",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -222,7 +222,7 @@
     "name" : "...",
     "typeName" : "...",
     "isOptional" : true,
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "valuesMinCount" : 12345,
     "valuesMaxCount" : 12345,
     "isUnique" : true,
@@ -263,7 +263,7 @@
       }
     } ]
   } ],
-  "category" : "OBJECT_ID_TYPE",
+  "category" : "CLASSIFICATION",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -369,20 +369,6 @@
         "property2" : { }
       }
     } ],
-    "unassigned" : true,
-    "assigned" : true,
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -390,7 +376,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "createdBy" : "...",
     "updatedBy" : "...",
     "createTime" : 12345,
@@ -409,20 +395,6 @@
         "property2" : { }
       }
     } ],
-    "unassigned" : true,
-    "assigned" : true,
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -451,20 +423,6 @@
           "property2" : { }
         }
       } ],
-      "unassigned" : true,
-      "assigned" : true,
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -473,7 +431,7 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "createdBy" : "...",
       "updatedBy" : "...",
       "createTime" : 12345,
@@ -492,20 +450,6 @@
           "property2" : { }
         }
       } ],
-      "unassigned" : true,
-      "assigned" : true,
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -560,25 +504,13 @@
 "items" : {
   "$ref" : "#/definitions/json_AtlasClassification"
 }
-            },
-            "unassigned" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "assigned" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "atlasObjectId" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasObjectId"
             }
           }
         }
       ],
       "example" : {
   "guid" : "...",
-  "status" : "DELETED",
+  "status" : "ACTIVE",
   "createdBy" : "...",
   "updatedBy" : "...",
   "createTime" : 12345,
@@ -597,20 +529,6 @@
       "property2" : { }
     }
   } ],
-  "unassigned" : true,
-  "assigned" : true,
-  "atlasObjectId" : {
-    "guid" : "...",
-    "typeName" : "...",
-    "uniqueAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "validGuid" : true,
-    "assignedGuid" : true,
-    "unAssignedGuid" : true,
-    "valid" : true
-  },
   "typeName" : "...",
   "attributes" : {
     "property1" : { },
@@ -686,7 +604,7 @@
       }
     } ]
   } ],
-  "category" : "OBJECT_ID_TYPE",
+  "category" : "ARRAY",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -739,20 +657,6 @@
           "property2" : { }
         }
       } ],
-      "unassigned" : true,
-      "assigned" : true,
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -780,20 +684,6 @@
           "property2" : { }
         }
       } ],
-      "unassigned" : true,
-      "assigned" : true,
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -832,31 +722,15 @@
 "items" : {
   "type" : "string"
 }
-            },
-            "atlasObjectId" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasObjectId"
             }
           }
         }
       ],
       "example" : {
   "guid" : "...",
-  "status" : "DELETED",
+  "status" : "ACTIVE",
   "displayText" : "...",
   "classificationNames" : [ "...", "..." ],
-  "atlasObjectId" : {
-    "guid" : "...",
-    "typeName" : "...",
-    "uniqueAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "validGuid" : true,
-    "assignedGuid" : true,
-    "unAssignedGuid" : true,
-    "valid" : true
-  },
   "typeName" : "...",
   "attributes" : {
     "property1" : { },
@@ -885,7 +759,7 @@
       "example" : {
   "entity" : {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "createdBy" : "...",
     "updatedBy" : "...",
     "createTime" : 12345,
@@ -904,20 +778,6 @@
         "property2" : { }
       }
     } ],
-    "unassigned" : true,
-    "assigned" : true,
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -946,20 +806,6 @@
           "property2" : { }
         }
       } ],
-      "unassigned" : true,
-      "assigned" : true,
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -968,7 +814,7 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "createdBy" : "...",
       "updatedBy" : "...",
       "createTime" : 12345,
@@ -987,20 +833,6 @@
           "property2" : { }
         }
       } ],
-      "unassigned" : true,
-      "assigned" : true,
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -1046,7 +878,7 @@
     "ordinal" : 12345
   } ],
   "defaultValue" : "...",
-  "category" : "ENUM",
+  "category" : "STRUCT",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -1108,18 +940,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -1167,21 +987,9 @@
   "guidEntityMap" : {
     "property1" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -1193,18 +1001,6 @@
       "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -1219,63 +1015,12 @@
     "fromEntityId" : "...",
     "toEntityId" : "..."
   } ],
-  "lineageDirection" : "BOTH",
+  "lineageDirection" : "INPUT",
   "lineageDepth" : 12345
 },
       "description" : ""
     }
     ,
-    "json_AtlasObjectId" : {
-      "type" : "object",
-      "title" : "AtlasObjectId",
-          "properties" : {
-            "guid" : {
-"description" : "",
-"type" : "string"
-            },
-            "typeName" : {
-"description" : "",
-"type" : "string"
-            },
-            "uniqueAttributes" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "type" : "object"
-}
-            },
-            "validGuid" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "assignedGuid" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "unAssignedGuid" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "valid" : {
-"description" : "",
-"type" : "boolean"
-            }
-          },
-      "example" : {
-  "guid" : "...",
-  "typeName" : "...",
-  "uniqueAttributes" : {
-    "property1" : { },
-    "property2" : { }
-  },
-  "validGuid" : true,
-  "assignedGuid" : true,
-  "unAssignedGuid" : true,
-  "valid" : true
-},
-      "description" : "Reference to an object-instance of an Atlas type - like entity."
-    }
-    ,
     "json_AtlasQueryType" : {
       "type" : "string",
       "title" : "AtlasQueryType",
@@ -1320,24 +1065,12 @@
           },
       "example" : {
   "queryText" : "...",
-  "queryType" : "GREMLIN",
+  "queryType" : "DSL",
   "entities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -1348,18 +1081,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -1373,10 +1094,9 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -1390,7 +1110,6 @@
       "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -1453,7 +1172,7 @@
     "name" : "...",
     "typeName" : "...",
     "isOptional" : true,
-    "cardinality" : "LIST",
+    "cardinality" : "SINGLE",
     "valuesMinCount" : 12345,
     "valuesMaxCount" : 12345,
     "isUnique" : true,
@@ -1494,7 +1213,7 @@
       }
     } ]
   } ],
-  "category" : "ENTITY",
+  "category" : "MAP",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -1532,7 +1251,7 @@
       "example" : {
   "guid" : "...",
   "name" : "...",
-  "category" : "ARRAY"
+  "category" : "MAP"
 },
       "description" : ""
     }
@@ -1586,7 +1305,7 @@
       "ordinal" : 12345
     } ],
     "defaultValue" : "...",
-    "category" : "ENUM",
+    "category" : "ARRAY",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1611,7 +1330,7 @@
       "ordinal" : 12345
     } ],
     "defaultValue" : "...",
-    "category" : "ENTITY",
+    "category" : "OBJECT_ID_TYPE",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1631,7 +1350,7 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
@@ -1641,14 +1360,14 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SINGLE",
+      "cardinality" : "LIST",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "OBJECT_ID_TYPE",
+    "category" : "PRIMITIVE",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1667,7 +1386,7 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
@@ -1677,7 +1396,7 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SINGLE",
+      "cardinality" : "LIST",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
@@ -1705,7 +1424,7 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "LIST",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
@@ -1715,14 +1434,14 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "PRIMITIVE",
+    "category" : "STRUCT",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1742,7 +1461,7 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SINGLE",
+      "cardinality" : "LIST",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
@@ -1759,7 +1478,7 @@
       "isIndexable" : true,
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "MAP",
+    "category" : "ENUM",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1780,7 +1499,7 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
@@ -1790,14 +1509,14 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "ARRAY",
+    "category" : "PRIMITIVE",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1986,21 +1705,9 @@
   "mutatedEntities" : {
     "property1" : [ {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2011,18 +1718,6 @@
       "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2031,21 +1726,9 @@
     } ],
     "property2" : [ {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2053,21 +1736,9 @@
       }
     }, {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2084,18 +1755,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2103,21 +1762,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2126,21 +1773,9 @@
   } ],
   "updatedEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2148,21 +1783,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2171,21 +1794,9 @@
   } ],
   "partialUpdatedEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2196,18 +1807,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2219,18 +1818,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2241,18 +1828,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2261,21 +1836,9 @@
   } ],
   "firstEntityCreated" : {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2284,21 +1847,9 @@
   },
   "firstEntityUpdated" : {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2307,21 +1858,9 @@
   },
   "firstEntityPartialUpdated" : {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2455,48 +1994,897 @@
       "description" : ""
     }
     ,
-    "xml_ns0_PList" : {
+    "xml_ns0_PList" : {
+      "type" : "object",
+      "title" : "PList",
+      "allOf" : [
+        {
+          "properties" : {
+            "list" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            },
+            "pageSize" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            },
+            "sortBy" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "sortType" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_sortType"
+            },
+            "startIndex" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            },
+            "totalCount" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            }
+          }
+        }
+      ],
+      "description" : "Paginated-list, for returning search results."
+    }
+    ,
+    "xml_ns0_searchFilter" : {
+      "type" : "object",
+      "title" : "searchFilter",
+      "allOf" : [
+        {
+          "properties" : {
+            "getCount" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "boolean"
+            },
+            "maxRows" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            },
+            "params" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            },
+            "sortBy" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "sortType" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_sortType"
+            },
+            "startIndex" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            }
+          }
+        }
+      ],
+      "description" : "Generic filter, to specify search criteria using name/value pairs."
+    }
+    ,
+    "xml_ns0_sortType" : {
+      "type" : "string",
+      "title" : "sortType",
+          "enum" : [
+            "NONE",
+            "ASC",
+            "DESC"
+          ],
+      "description" : "to specify whether the result should be sorted? If yes, whether asc or desc."
+    }
+    ,
+    "xml_ns0_typeCategory" : {
+      "type" : "string",
+      "title" : "typeCategory",
+          "enum" : [
+            "PRIMITIVE",
+            "OBJECT_ID_TYPE",
+            "ENUM",
+            "STRUCT",
+            "CLASSIFICATION",
+            "ENTITY",
+            "ARRAY",
+            "MAP"
+          ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_atlasSearchResult" : {
+      "type" : "object",
+      "title" : "atlasSearchResult",
+      "allOf" : [
+        {
+          "properties" : {
+            "attributes" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_attributeSearchResult"
+            },
+            "entities" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasEntityHeader"
+            },
+            "fullTextResult" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasFullTextResult"
+            },
+            "queryText" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "queryType" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasQueryType"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_atlasFullTextResult" : {
+      "type" : "object",
+      "title" : "atlasFullTextResult",
+      "allOf" : [
+        {
+          "properties" : {
+            "entity" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasEntityHeader"
+            },
+            "score" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_atlasQueryType" : {
+      "type" : "string",
+      "title" : "atlasQueryType",
+          "enum" : [
+            "DSL",
+            "FULL_TEXT",
+            "GREMLIN"
+          ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_attributeSearchResult" : {
+      "type" : "object",
+      "title" : "attributeSearchResult",
+      "allOf" : [
+        {
+          "properties" : {
+            "name" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "values" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_atlasClassification" : {
+      "type" : "object",
+      "title" : "atlasClassification",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/xml_ns0_atlasStruct"
+        },
+        {
+        }
+      ],
+      "description" : "An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity."
+    }
+    ,
+    "xml_ns0_atlasEntity" : {
+      "type" : "object",
+      "title" : "atlasEntity",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/xml_ns0_atlasStruct"
+        },
+        {
+          "properties" : {
+            "classifications" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasClassification"
+            },
+            "createTime" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "createdBy" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "guid" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "status" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_status"
+            },
+            "updateTime" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "updatedBy" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "version" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            }
+          }
+        }
+      ],
+      "description" : "An instance of an entity - like hive_table, hive_database."
+    }
+    ,
+    "xml_ns0_status" : {
+      "type" : "string",
+      "title" : "status",
+          "enum" : [
+            "ACTIVE",
+            "DELETED"
+          ],
+      "description" : "Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store."
+    }
+    ,
+    "xml_ns0_atlasEntityHeader" : {
+      "type" : "object",
+      "title" : "atlasEntityHeader",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/xml_ns0_atlasStruct"
+        },
+        {
+          "properties" : {
+            "classificationNames" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "displayText" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "guid" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "status" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_status"
+            }
+          }
+        }
+      ],
+      "description" : "An instance of an entity - like hive_table, hive_database."
+    }
+    ,
+    "xml_ns0_atlasObjectId" : {
+      "type" : "object",
+      "title" : "atlasObjectId",
+      "allOf" : [
+        {
+          "properties" : {
+            "guid" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "typeName" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "uniqueAttributes" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            }
+          }
+        }
+      ],
+      "description" : "Reference to an object-instance of an Atlas type - like entity."
+    }
+    ,
+    "xml_ns0_atlasStruct" : {
+      "type" : "object",
+      "title" : "atlasStruct",
+      "allOf" : [
+        {
+          "properties" : {
+            "attributes" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            },
+            "typeName" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : "Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification."
+    }
+    ,
+    "xml_ns0_classificationAssociateRequest" : {
+      "type" : "object",
+      "title" : "classificationAssociateRequest",
+      "allOf" : [
+        {
+          "properties" : {
+            "classification" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasClassification"
+            },
+            "entityGuids" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_entityMutationResponse" : {
+      "type" : "object",
+      "title" : "entityMutationResponse",
+      "allOf" : [
+        {
+          "properties" : {
+            "guidAssignments" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            },
+            "mutatedEntities" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_entityMutations" : {
+      "type" : "object",
+      "title" : "entityMutations",
+      "allOf" : [
+        {
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_entityOperation" : {
+      "type" : "string",
+      "title" : "entityOperation",
+          "enum" : [
+            "CREATE",
+            "UPDATE",
+            "PARTIAL_UPDATE",
+            "DELETE"
+          ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_guidMapping" : {
+      "type" : "object",
+      "title" : "guidMapping",
+      "allOf" : [
+        {
+          "properties" : {
+            "guidAssignments" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            }
+          }
+        }
+      ],
+      "description" : "This stores a mapping of guid assignments that were made during the processing\nof a create or update entity request.\n."
+    }
+    ,
+    "xml_ns0_atlasLineageInfo" : {
+      "type" : "object",
+      "title" : "atlasLineageInfo",
+      "allOf" : [
+        {
+          "properties" : {
+            "baseEntityGuid" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "guidEntityMap" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            },
+            "lineageDepth" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            },
+            "lineageDirection" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_lineageDirection"
+            },
+            "relations" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_lineageRelation"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_lineageDirection" : {
+      "type" : "string",
+      "title" : "lineageDirection",
+          "enum" : [
+            "INPUT",
+            "OUTPUT",
+            "BOTH"
+          ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_lineageRelation" : {
+      "type" : "object",
+      "title" : "lineageRelation",
+      "allOf" : [
+        {
+          "properties" : {
+            "fromEntityId" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "toEntityId" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_atlasBaseTypeDef" : {
+      "type" : "object",
+      "title" : "atlasBaseTypeDef",
+      "allOf" : [
+        {
+          "properties" : {
+            "createTime" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "createdBy" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "description" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "guid" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "name" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "options" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "object"
+            },
+            "typeVersion" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "updateTime" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "updatedBy" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "version" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            }
+          }
+        }
+      ],
+      "description" : "Base class that captures common-attributes for all Atlas types."
+    }
+    ,
+    "xml_ns0_atlasClassificationDef" : {
+      "type" : "object",
+      "title" : "atlasClassificationDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/xml_ns0_atlasStructDef"
+        },
+        {
+          "properties" : {
+            "superTypes" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : "class that captures details of a classification-type."
+    }
+    ,
+    "xml_ns0_atlasEntityDef" : {
+      "type" : "object",
+      "title" : "atlasEntityDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/xml_ns0_atlasStructDef"
+        },
+        {
+          "properties" : {
+            "superTypes" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : "class that captures details of a entity-type."
+    }
+    ,
+    "xml_ns0_atlasEnumDef" : {
+      "type" : "object",
+      "title" : "atlasEnumDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/xml_ns0_atlasBaseTypeDef"
+        },
+        {
+          "properties" : {
+            "defaultValue" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "elementDefs" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasEnumElementDef"
+            }
+          }
+        }
+      ],
+      "description" : "class that captures details of an enum-type."
+    }
+    ,
+    "xml_ns0_atlasEnumElementDef" : {
+      "type" : "object",
+      "title" : "atlasEnumElementDef",
+      "allOf" : [
+        {
+          "properties" : {
+            "description" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            },
+            "ordinal" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "number"
+            },
+            "value" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : "class that captures details of an enum-element."
+    }
+    ,
+    "xml_ns0_atlasStructDef" : {
+      "type" : "object",
+      "title" : "atlasStructDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/xml_ns0_atlasBaseTypeDef"
+        },
+        {
+          "properties" : {
+            "attributeDefs" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasAttributeDef"
+            }
+          }
+        }
+      ],
+      "description" : "class that captures details of a struct-type."
+    }
+    ,
+    "xml_ns0_atlasAttributeDef" : {
       "type" : "object",
-      "title" : "PList",
+      "title" : "atlasAttributeDef",
       "allOf" : [
         {
           "properties" : {
-            "list" : {
+            "cardinality" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
-"type" : "object"
+"$ref" : "#/definitions/xml_ns0_cardinality"
             },
-            "pageSize" : {
+            "constraints" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
-"type" : "number"
+"$ref" : "#/definitions/xml_ns0_atlasConstraintDef"
             },
-            "sortBy" : {
+            "isIndexable" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "boolean"
+            },
+            "isOptional" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "boolean"
+            },
+            "isUnique" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "boolean"
+            },
+            "name" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
 "type" : "string"
             },
-            "sortType" : {
+            "typeName" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
-"$ref" : "#/definitions/xml_ns0_sortType"
+"type" : "string"
             },
-            "startIndex" : {
+            "valuesMaxCount" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
 "type" : "number"
             },
-            "totalCount" : {
+            "valuesMinCount" : {
               "xml" : {
                 "namespace" : ""
               },
@@ -2506,72 +2894,117 @@
           }
         }
       ],
-      "description" : "Paginated-list, for returning search results."
+      "description" : "class that captures details of a struct-attribute."
     }
     ,
-    "xml_ns0_searchFilter" : {
+    "xml_ns0_cardinality" : {
+      "type" : "string",
+      "title" : "cardinality",
+          "enum" : [
+            "SINGLE",
+            "LIST",
+            "SET"
+          ],
+      "description" : "single-valued attribute or multi-valued attribute."
+    }
+    ,
+    "xml_ns0_atlasConstraintDef" : {
       "type" : "object",
-      "title" : "searchFilter",
+      "title" : "atlasConstraintDef",
       "allOf" : [
         {
           "properties" : {
-            "getCount" : {
+            "params" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
-"type" : "boolean"
+"type" : "object"
             },
-            "maxRows" : {
+            "type" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
-"type" : "number"
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : "class that captures details of a constraint."
+    }
+    ,
+    "xml_ns0_atlasTypeDefHeader" : {
+      "type" : "object",
+      "title" : "atlasTypeDefHeader",
+      "allOf" : [
+        {
+          "properties" : {
+            "category" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_typeCategory"
             },
-            "params" : {
+            "guid" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
-"type" : "object"
+"type" : "string"
             },
-            "sortBy" : {
+            "name" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
 "type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_atlasTypesDef" : {
+      "type" : "object",
+      "title" : "atlasTypesDef",
+      "allOf" : [
+        {
+          "properties" : {
+            "classificationDefs" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasClassificationDef"
             },
-            "sortType" : {
+            "entityDefs" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
-"$ref" : "#/definitions/xml_ns0_sortType"
+"$ref" : "#/definitions/xml_ns0_atlasEntityDef"
             },
-            "startIndex" : {
+            "enumDefs" : {
               "xml" : {
                 "namespace" : ""
               },
 "description" : "",
-"type" : "number"
+"$ref" : "#/definitions/xml_ns0_atlasEnumDef"
+            },
+            "structDefs" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"$ref" : "#/definitions/xml_ns0_atlasStructDef"
             }
           }
         }
       ],
-      "description" : "Generic filter, to specify search criteria using name/value pairs."
-    }
-    ,
-    "xml_ns0_sortType" : {
-      "type" : "string",
-      "title" : "sortType",
-          "enum" : [
-            "NONE",
-            "ASC",
-            "DESC"
-          ],
-      "description" : "to specify whether the result should be sorted? If yes, whether asc or desc."
+      "description" : ""
     }
   },
   "paths": {
@@ -2613,24 +3046,12 @@
             "examples" : {
               "application/json" : {
   "queryText" : "...",
-  "queryType" : "GREMLIN",
+  "queryType" : "FULL_TEXT",
   "entities" : [ {
     "guid" : "...",
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2638,21 +3059,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2666,10 +3075,9 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2683,7 +3091,6 @@
       "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2702,24 +3109,12 @@
             "examples" : {
               "application/json" : {
   "queryText" : "...",
-  "queryType" : "DSL",
+  "queryType" : "FULL_TEXT",
   "entities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2727,21 +3122,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2758,7 +3141,6 @@
       "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2769,10 +3151,9 @@
   }, {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2827,24 +3208,12 @@
             "examples" : {
               "application/json" : {
   "queryText" : "...",
-  "queryType" : "GREMLIN",
+  "queryType" : "DSL",
   "entities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2855,18 +3224,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2880,10 +3237,9 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2897,7 +3253,6 @@
       "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2916,24 +3271,12 @@
             "examples" : {
               "application/json" : {
   "queryText" : "...",
-  "queryType" : "DSL",
+  "queryType" : "FULL_TEXT",
   "entities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2941,21 +3284,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -2972,7 +3303,6 @@
       "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -2986,7 +3316,6 @@
       "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : { },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3035,21 +3364,9 @@
   "mutatedEntities" : {
     "property1" : [ {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3060,18 +3377,6 @@
       "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3080,21 +3385,9 @@
     } ],
     "property2" : [ {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3102,21 +3395,9 @@
       }
     }, {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3133,18 +3414,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3155,18 +3424,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3178,18 +3435,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3197,21 +3442,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3220,21 +3453,9 @@
   } ],
   "partialUpdatedEntities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3245,18 +3466,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3265,21 +3474,9 @@
   } ],
   "deletedEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3290,18 +3487,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3313,18 +3498,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3336,18 +3509,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3356,21 +3517,9 @@
   },
   "firstEntityPartialUpdated" : {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3417,21 +3566,9 @@
   "mutatedEntities" : {
     "property1" : [ {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3439,21 +3576,9 @@
       }
     }, {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3462,21 +3587,9 @@
     } ],
     "property2" : [ {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3487,18 +3600,6 @@
       "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3515,18 +3616,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3537,18 +3626,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3560,18 +3637,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3579,21 +3644,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3602,21 +3655,9 @@
   } ],
   "partialUpdatedEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3627,18 +3668,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3647,21 +3676,9 @@
   } ],
   "deletedEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3669,21 +3686,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3692,21 +3697,9 @@
   } ],
   "firstEntityCreated" : {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3718,18 +3711,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3738,21 +3719,9 @@
   },
   "firstEntityPartialUpdated" : {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3815,20 +3784,6 @@
         "property2" : { }
       }
     } ],
-    "unassigned" : true,
-    "assigned" : true,
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3855,20 +3810,6 @@
         "property2" : { }
       }
     } ],
-    "unassigned" : true,
-    "assigned" : true,
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -3897,20 +3838,6 @@
           "property2" : { }
         }
       } ],
-      "unassigned" : true,
-      "assigned" : true,
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3938,20 +3865,6 @@
           "property2" : { }
         }
       } ],
-      "unassigned" : true,
-      "assigned" : true,
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -3997,21 +3910,9 @@
   "mutatedEntities" : {
     "property1" : [ {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -4019,21 +3920,9 @@
       }
     }, {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -4042,21 +3931,9 @@
     } ],
     "property2" : [ {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -4064,21 +3941,9 @@
       }
     }, {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -4092,21 +3957,9 @@
   },
   "createdEntities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4117,18 +3970,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4140,18 +3981,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4162,18 +3991,6 @@
     "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4182,21 +3999,9 @@
   } ],
   "partialUpdatedEntities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4204,21 +4009,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4230,18 +4023,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4252,18 +4033,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4272,21 +4041,9 @@
   } ],
   "firstEntityCreated" : {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4298,18 +4055,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4318,21 +4063,9 @@
   },
   "firstEntityPartialUpdated" : {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4409,18 +4142,6 @@
       "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -4431,18 +4152,6 @@
       "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -4454,18 +4163,6 @@
       "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -4473,21 +4170,9 @@
       }
     }, {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
-      "atlasObjectId" : {
-        "guid" : "...",
-        "typeName" : "...",
-        "uniqueAttributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "validGuid" : true,
-        "assignedGuid" : true,
-        "unAssignedGuid" : true,
-        "valid" : true
-      },
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -4501,21 +4186,9 @@
   },
   "createdEntities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4523,21 +4196,9 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4549,18 +4210,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4571,18 +4220,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4591,21 +4228,9 @@
   } ],
   "partialUpdatedEntities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assignedGuid" : true,
-      "unAssignedGuid" : true,
-      "valid" : true
-    },
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4616,18 +4241,6 @@
     "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
-    "atlasObjectId" : {
-      "guid" : "...",
-      "typeName" : "...",
-      "uniqueAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "validGuid" : true,
-      "assi

<TRUNCATED>


[2/8] incubator-atlas-website git commit: Updaetd V2 REST API documentation

Posted by ma...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasEnumElementDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasEnumElementDef.html b/api/v2/xml_ns0_atlasEnumElementDef.html
new file mode 100644
index 0000000..f0cb00a
--- /dev/null
+++ b/api/v2/xml_ns0_atlasEnumElementDef.html
@@ -0,0 +1,185 @@
+<!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: atlasEnumElementDef</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: atlasEnumElementDef</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasEnumElementDef.html">atlasEnumElementDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasEnumElementDef <small>Data Type</small></h1>
+
+      <p>class that captures details of an enum-element.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">ordinal</span>
+</td>
+          <td>  <span class="datatype-reference">int
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">value</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasEnumElementDef&gt;
+  &lt;value&gt;...&lt;/value&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;ordinal&gt;...&lt;/ordinal&gt;
+&lt;/atlasEnumElementDef&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasFullTextResult.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasFullTextResult.html b/api/v2/xml_ns0_atlasFullTextResult.html
new file mode 100644
index 0000000..eb9f6c9
--- /dev/null
+++ b/api/v2/xml_ns0_atlasFullTextResult.html
@@ -0,0 +1,173 @@
+<!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: atlasFullTextResult</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: atlasFullTextResult</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasFullTextResult.html">atlasFullTextResult</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasFullTextResult <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">entity</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasEntityHeader.html">atlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">score</span>
+</td>
+          <td>  <span class="datatype-reference">double
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasFullTextResult&gt;
+  &lt;entity&gt;
+    &lt;guid&gt;...&lt;/guid&gt;
+    &lt;status&gt;...&lt;/status&gt;
+    &lt;displayText&gt;...&lt;/displayText&gt;
+    &lt;classificationNames&gt;...&lt;/classificationNames&gt;
+    &lt;typeName&gt;...&lt;/typeName&gt;
+    &lt;attributes&gt;...&lt;/attributes&gt;
+  &lt;/entity&gt;
+  &lt;score&gt;...&lt;/score&gt;
+&lt;/atlasFullTextResult&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasLineageInfo.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasLineageInfo.html b/api/v2/xml_ns0_atlasLineageInfo.html
new file mode 100644
index 0000000..6a909a6
--- /dev/null
+++ b/api/v2/xml_ns0_atlasLineageInfo.html
@@ -0,0 +1,226 @@
+<!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: atlasLineageInfo</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: atlasLineageInfo</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasLineageInfo.html">atlasLineageInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasLineageInfo <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">baseEntityGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">guidEntityMap</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">lineageDepth</span>
+</td>
+          <td>  <span class="datatype-reference">int
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">lineageDirection</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_lineageDirection.html">lineageDirection</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">relations</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_lineageRelation.html">lineageRelation</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasLineageInfo&gt;
+  &lt;baseEntityGuid&gt;...&lt;/baseEntityGuid&gt;
+  &lt;guidEntityMap&gt;...&lt;/guidEntityMap&gt;
+  &lt;relations&gt;
+    &lt;fromEntityId&gt;...&lt;/fromEntityId&gt;
+    &lt;toEntityId&gt;...&lt;/toEntityId&gt;
+  &lt;/relations&gt;
+  &lt;lineageDirection&gt;...&lt;/lineageDirection&gt;
+  &lt;lineageDepth&gt;...&lt;/lineageDepth&gt;
+&lt;/atlasLineageInfo&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasObjectId.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasObjectId.html b/api/v2/xml_ns0_atlasObjectId.html
new file mode 100644
index 0000000..c1b4735
--- /dev/null
+++ b/api/v2/xml_ns0_atlasObjectId.html
@@ -0,0 +1,185 @@
+<!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: atlasObjectId</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: atlasObjectId</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasObjectId.html">atlasObjectId</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasObjectId <small>Data Type</small></h1>
+
+      <p>Reference to an object-instance of an Atlas type - like entity.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">typeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">uniqueAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasObjectId&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;typeName&gt;...&lt;/typeName&gt;
+  &lt;uniqueAttributes&gt;...&lt;/uniqueAttributes&gt;
+&lt;/atlasObjectId&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasQueryType.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasQueryType.html b/api/v2/xml_ns0_atlasQueryType.html
new file mode 100644
index 0000000..4810c1b
--- /dev/null
+++ b/api/v2/xml_ns0_atlasQueryType.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: atlasQueryType</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: atlasQueryType</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasQueryType.html">atlasQueryType</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasQueryType <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </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">DSL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">FULL_TEXT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">GREMLIN</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasSearchResult.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasSearchResult.html b/api/v2/xml_ns0_atlasSearchResult.html
new file mode 100644
index 0000000..f31bf01
--- /dev/null
+++ b/api/v2/xml_ns0_atlasSearchResult.html
@@ -0,0 +1,241 @@
+<!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: atlasSearchResult</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: atlasSearchResult</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasSearchResult.html">atlasSearchResult</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasSearchResult <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">attributes</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_attributeSearchResult.html">attributeSearchResult</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">entities</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasEntityHeader.html">atlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">fullTextResult</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasFullTextResult.html">atlasFullTextResult</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">queryText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">queryType</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasQueryType.html">atlasQueryType</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasSearchResult&gt;
+  &lt;queryText&gt;...&lt;/queryText&gt;
+  &lt;queryType&gt;...&lt;/queryType&gt;
+  &lt;entities&gt;
+    &lt;guid&gt;...&lt;/guid&gt;
+    &lt;status&gt;...&lt;/status&gt;
+    &lt;displayText&gt;...&lt;/displayText&gt;
+    &lt;classificationNames&gt;...&lt;/classificationNames&gt;
+    &lt;typeName&gt;...&lt;/typeName&gt;
+    &lt;attributes&gt;...&lt;/attributes&gt;
+  &lt;/entities&gt;
+  &lt;attributes&gt;
+    &lt;name&gt;...&lt;/name&gt;
+    &lt;values&gt;...&lt;/values&gt;
+  &lt;/attributes&gt;
+  &lt;fullTextResult&gt;
+    &lt;entity&gt;
+      &lt;guid&gt;...&lt;/guid&gt;
+      &lt;status&gt;...&lt;/status&gt;
+      &lt;displayText&gt;...&lt;/displayText&gt;
+      &lt;classificationNames&gt;...&lt;/classificationNames&gt;
+    &lt;/entity&gt;
+    &lt;score&gt;...&lt;/score&gt;
+  &lt;/fullTextResult&gt;
+&lt;/atlasSearchResult&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasStruct.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasStruct.html b/api/v2/xml_ns0_atlasStruct.html
new file mode 100644
index 0000000..c834dc7
--- /dev/null
+++ b/api/v2/xml_ns0_atlasStruct.html
@@ -0,0 +1,168 @@
+<!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: atlasStruct</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: atlasStruct</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasStruct.html">atlasStruct</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasStruct <small>Data Type</small></h1>
+
+      <p>Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="xml_ns0_atlasClassification.html">atlasClassification</a>, <a href="xml_ns0_atlasEntity.html">atlasEntity</a>, <a href="xml_ns0_atlasEntityHeader.html">atlasEntityHeader</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">attributes</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">typeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasStruct&gt;
+  &lt;typeName&gt;...&lt;/typeName&gt;
+  &lt;attributes&gt;...&lt;/attributes&gt;
+&lt;/atlasStruct&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasStructDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasStructDef.html b/api/v2/xml_ns0_atlasStructDef.html
new file mode 100644
index 0000000..67d29df
--- /dev/null
+++ b/api/v2/xml_ns0_atlasStructDef.html
@@ -0,0 +1,297 @@
+<!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: atlasStructDef</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: atlasStructDef</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasStructDef.html">atlasStructDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasStructDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a struct-type.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="xml_ns0_atlasClassificationDef.html">atlasClassificationDef</a>, <a href="xml_ns0_atlasEntityDef.html">atlasEntityDef</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">attributeDefs</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasAttributeDef.html">atlasAttributeDef</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasBaseTypeDef.html">atlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">dateTime
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">(custom)
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">dateTime
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">long
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasStructDef&gt;
+  &lt;attributeDefs&gt;
+    &lt;name&gt;...&lt;/name&gt;
+    &lt;typeName&gt;...&lt;/typeName&gt;
+    &lt;isOptional&gt;...&lt;/isOptional&gt;
+    &lt;cardinality&gt;...&lt;/cardinality&gt;
+    &lt;valuesMinCount&gt;...&lt;/valuesMinCount&gt;
+    &lt;valuesMaxCount&gt;...&lt;/valuesMaxCount&gt;
+    &lt;isUnique&gt;...&lt;/isUnique&gt;
+    &lt;isIndexable&gt;...&lt;/isIndexable&gt;
+    &lt;constraints&gt;
+      &lt;type&gt;...&lt;/type&gt;
+      &lt;params&gt;...&lt;/params&gt;
+    &lt;/constraints&gt;
+  &lt;/attributeDefs&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;createdBy&gt;...&lt;/createdBy&gt;
+  &lt;updatedBy&gt;...&lt;/updatedBy&gt;
+  &lt;createTime&gt;...&lt;/createTime&gt;
+  &lt;updateTime&gt;...&lt;/updateTime&gt;
+  &lt;version&gt;...&lt;/version&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;typeVersion&gt;...&lt;/typeVersion&gt;
+  &lt;options&gt;...&lt;/options&gt;
+&lt;/atlasStructDef&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasTypeDefHeader.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasTypeDefHeader.html b/api/v2/xml_ns0_atlasTypeDefHeader.html
new file mode 100644
index 0000000..ec6348b
--- /dev/null
+++ b/api/v2/xml_ns0_atlasTypeDefHeader.html
@@ -0,0 +1,185 @@
+<!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: atlasTypeDefHeader</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: atlasTypeDefHeader</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasTypeDefHeader.html">atlasTypeDefHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasTypeDefHeader <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">category</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_typeCategory.html">typeCategory</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasTypeDefHeader&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;category&gt;...&lt;/category&gt;
+&lt;/atlasTypeDefHeader&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasTypesDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasTypesDef.html b/api/v2/xml_ns0_atlasTypesDef.html
new file mode 100644
index 0000000..3080489
--- /dev/null
+++ b/api/v2/xml_ns0_atlasTypesDef.html
@@ -0,0 +1,249 @@
+<!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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasTypesDef.html">atlasTypesDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasTypesDef <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">classificationDefs</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasClassificationDef.html">atlasClassificationDef</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">entityDefs</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasEntityDef.html">atlasEntityDef</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">enumDefs</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasEnumDef.html">atlasEnumDef</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">structDefs</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasStructDef.html">atlasStructDef</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasTypesDef&gt;
+  &lt;enumDefs&gt;
+    &lt;elementDefs&gt;
+      &lt;value&gt;...&lt;/value&gt;
+      &lt;description&gt;...&lt;/description&gt;
+      &lt;ordinal&gt;...&lt;/ordinal&gt;
+    &lt;/elementDefs&gt;
+    &lt;defaultValue&gt;...&lt;/defaultValue&gt;
+    &lt;guid&gt;...&lt;/guid&gt;
+    &lt;createdBy&gt;...&lt;/createdBy&gt;
+    &lt;updatedBy&gt;...&lt;/updatedBy&gt;
+    &lt;createTime&gt;...&lt;/createTime&gt;
+    &lt;updateTime&gt;...&lt;/updateTime&gt;
+    &lt;version&gt;...&lt;/version&gt;
+    &lt;name&gt;...&lt;/name&gt;
+    &lt;description&gt;...&lt;/description&gt;
+    &lt;typeVersion&gt;...&lt;/typeVersion&gt;
+    &lt;options&gt;...&lt;/options&gt;
+  &lt;/enumDefs&gt;
+  &lt;structDefs&gt;
+    &lt;attributeDefs&gt;
+      &lt;name&gt;...&lt;/name&gt;
+      &lt;typeName&gt;...&lt;/typeName&gt;
+      &lt;isOptional&gt;...&lt;/isOptional&gt;
+      &lt;cardinality&gt;...&lt;/cardinality&gt;
+      &lt;valuesMinCount&gt;...&lt;/valuesMinCount&gt;
+      &lt;valuesMaxCount&gt;...&lt;/valuesMaxCount&gt;
+      &lt;isUnique&gt;...&lt;/isUnique&gt;
+      &lt;isIndexable&gt;...&lt;/isIndexable&gt;
+      &lt;constraints/&gt;
+    &lt;/attributeDefs&gt;
+    &lt;guid&gt;...&lt;/guid&gt;
+    &lt;createdBy&gt;...&lt;/createdBy&gt;
+    &lt;updatedBy&gt;...&lt;/updatedBy&gt;
+    &lt;createTime&gt;...&lt;/createTime&gt;
+    &lt;updateTime&gt;...&lt;/updateTime&gt;
+    &lt;version&gt;...&lt;/version&gt;
+    &lt;name&gt;...&lt;/name&gt;
+    &lt;description&gt;...&lt;/description&gt;
+    &lt;typeVersion&gt;...&lt;/typeVersion&gt;
+    &lt;options&gt;...&lt;/options&gt;
+  &lt;/structDefs&gt;
+  &lt;classificationDefs&gt;
+    &lt;superTypes&gt;...&lt;/superTypes&gt;
+    &lt;attributeDefs/&gt;
+  &lt;/classificationDefs&gt;
+  &lt;entityDefs&gt;
+    &lt;superTypes&gt;...&lt;/superTypes&gt;
+    &lt;attributeDefs/&gt;
+  &lt;/entityDefs&gt;
+&lt;/atlasTypesDef&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_attributeSearchResult.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_attributeSearchResult.html b/api/v2/xml_ns0_attributeSearchResult.html
new file mode 100644
index 0000000..265392c
--- /dev/null
+++ b/api/v2/xml_ns0_attributeSearchResult.html
@@ -0,0 +1,166 @@
+<!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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_attributeSearchResult.html">attributeSearchResult</a></li>
+        </ol>
+
+      <h1 class="page-header">attributeSearchResult <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">values</span>
+</td>
+          <td>  <span class="datatype-reference">anyType
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;attributeSearchResult&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;values&gt;...&lt;/values&gt;
+&lt;/attributeSearchResult&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_cardinality.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_cardinality.html b/api/v2/xml_ns0_cardinality.html
new file mode 100644
index 0000000..158eafb
--- /dev/null
+++ b/api/v2/xml_ns0_cardinality.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: 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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_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">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_classificationAssociateRequest.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_classificationAssociateRequest.html b/api/v2/xml_ns0_classificationAssociateRequest.html
new file mode 100644
index 0000000..2954c8a
--- /dev/null
+++ b/api/v2/xml_ns0_classificationAssociateRequest.html
@@ -0,0 +1,169 @@
+<!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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_classificationAssociateRequest.html">classificationAssociateRequest</a></li>
+        </ol>
+
+      <h1 class="page-header">classificationAssociateRequest <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">classification</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasClassification.html">atlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">entityGuids</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;classificationAssociateRequest&gt;
+  &lt;classification&gt;
+    &lt;typeName&gt;...&lt;/typeName&gt;
+    &lt;attributes&gt;...&lt;/attributes&gt;
+  &lt;/classification&gt;
+  &lt;entityGuids&gt;...&lt;/entityGuids&gt;
+&lt;/classificationAssociateRequest&gt;
+</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>



[5/8] incubator-atlas-website git commit: Updaetd V2 REST API documentation

Posted by ma...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/resource_LineageREST.html
----------------------------------------------------------------------
diff --git a/api/v2/resource_LineageREST.html b/api/v2/resource_LineageREST.html
index b2a8632..5d0da52 100644
--- a/api/v2/resource_LineageREST.html
+++ b/api/v2/resource_LineageREST.html
@@ -177,18 +177,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -197,21 +185,9 @@ Content-Type: application/json
     },
     &quot;property2&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -226,7 +202,7 @@ Content-Type: application/json
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;toEntityId&quot; : &quot;...&quot;
   } ],
-  &quot;lineageDirection&quot; : &quot;OUTPUT&quot;,
+  &quot;lineageDirection&quot; : &quot;BOTH&quot;,
   &quot;lineageDepth&quot; : 12345
 }
                 </code>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/resource_TypesREST.html
----------------------------------------------------------------------
diff --git a/api/v2/resource_TypesREST.html b/api/v2/resource_TypesREST.html
index d3f0b4b..5bd2729 100644
--- a/api/v2/resource_TypesREST.html
+++ b/api/v2/resource_TypesREST.html
@@ -147,7 +147,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -172,7 +172,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -192,7 +192,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -228,7 +228,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -238,14 +238,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -276,14 +276,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -303,7 +303,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -313,14 +313,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -351,14 +351,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -395,7 +395,7 @@ Content-Type: application/json
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -496,7 +496,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -541,7 +541,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -551,7 +551,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -577,7 +577,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -587,14 +587,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;ENUM&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -615,7 +615,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -625,7 +625,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -652,7 +652,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -662,14 +662,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -690,7 +690,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -700,14 +700,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -727,7 +727,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -737,14 +737,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -856,7 +856,7 @@ Accept: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -881,7 +881,7 @@ Accept: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;ENUM&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -901,7 +901,7 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -911,14 +911,14 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -937,7 +937,7 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -947,7 +947,7 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -975,7 +975,7 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -985,14 +985,14 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1029,7 +1029,7 @@ Accept: application/json
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1050,7 +1050,7 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1060,14 +1060,14 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1087,7 +1087,7 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1097,14 +1097,14 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1143,7 +1143,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1168,7 +1168,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1188,7 +1188,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1224,7 +1224,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1241,7 +1241,7 @@ Content-Type: application/json
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1262,7 +1262,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1272,14 +1272,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1299,7 +1299,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1309,14 +1309,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1337,7 +1337,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1354,7 +1354,7 @@ Content-Type: application/json
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1374,7 +1374,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1391,7 +1391,7 @@ Content-Type: application/json
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1501,7 +1501,7 @@ Accept: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1526,7 +1526,7 @@ Accept: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1556,14 +1556,14 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;ENUM&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1592,14 +1592,14 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1620,7 +1620,7 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1637,7 +1637,7 @@ Accept: application/json
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1674,7 +1674,7 @@ Accept: application/json
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;ENUM&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1705,14 +1705,14 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1732,7 +1732,7 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1742,14 +1742,14 @@ Accept: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;ENUM&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1788,7 +1788,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1813,7 +1813,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1833,7 +1833,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1843,14 +1843,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1869,7 +1869,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1879,14 +1879,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1917,14 +1917,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1944,7 +1944,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1961,7 +1961,7 @@ Content-Type: application/json
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1982,7 +1982,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -1992,14 +1992,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2019,7 +2019,7 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -2029,14 +2029,14 @@ Content-Type: application/json
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;ENUM&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2122,7 +2122,7 @@ Content-Type: application/json
 [ {
   &quot;guid&quot; : &quot;...&quot;,
   &quot;name&quot; : &quot;...&quot;,
-  &quot;category&quot; : &quot;STRUCT&quot;
+  &quot;category&quot; : &quot;MAP&quot;
 } ]
                 </code>
               </pre>
@@ -2217,7 +2217,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -2258,7 +2258,7 @@ Content-Type: application/json
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;PRIMITIVE&quot;,
+  &quot;category&quot; : &quot;ENTITY&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2366,7 +2366,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -2388,7 +2388,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -2537,7 +2537,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -2556,7 +2556,7 @@ Content-Type: application/json
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;category&quot; : &quot;PRIMITIVE&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2664,7 +2664,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -2686,7 +2686,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -2705,7 +2705,7 @@ Content-Type: application/json
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;category&quot; : &quot;PRIMITIVE&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2818,7 +2818,7 @@ Content-Type: application/json
     &quot;ordinal&quot; : 12345
   } ],
   &quot;defaultValue&quot; : &quot;...&quot;,
-  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+  &quot;category&quot; : &quot;MAP&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,
@@ -3038,7 +3038,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -3060,7 +3060,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -3079,7 +3079,7 @@ Content-Type: application/json
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;category&quot; : &quot;STRUCT&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,
@@ -3186,7 +3186,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -3208,7 +3208,7 @@ Content-Type: application/json
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -3227,7 +3227,7 @@ Content-Type: application/json
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;PRIMITIVE&quot;,
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,
@@ -3330,7 +3330,7 @@ Content-Type: application/json
 
                 <code class="prettyprint language-js">
 {
-  &quot;category&quot; : &quot;MAP&quot;,
+  &quot;category&quot; : &quot;ENUM&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/syntax_json.html
----------------------------------------------------------------------
diff --git a/api/v2/syntax_json.html b/api/v2/syntax_json.html
index 82ab187..baf6637 100644
--- a/api/v2/syntax_json.html
+++ b/api/v2/syntax_json.html
@@ -166,12 +166,6 @@
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_AtlasObjectId.html">
-      <td>  <span class="datatype-name">AtlasObjectId</span>
-</td>
-      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_AtlasQueryType.html">
       <td>  <span class="datatype-name">AtlasQueryType</span>
 </td>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/syntax_xml.html
----------------------------------------------------------------------
diff --git a/api/v2/syntax_xml.html b/api/v2/syntax_xml.html
index 704163a..674aa04 100644
--- a/api/v2/syntax_xml.html
+++ b/api/v2/syntax_xml.html
@@ -89,6 +89,188 @@
       <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="xml_ns0_typeCategory.html">
+      <td>  <span class="datatype-name">typeCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasSearchResult.html">
+      <td>  <span class="datatype-name">atlasSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasFullTextResult.html">
+      <td>  <span class="datatype-name">atlasFullTextResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasQueryType.html">
+      <td>  <span class="datatype-name">atlasQueryType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_attributeSearchResult.html">
+      <td>  <span class="datatype-name">attributeSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasClassification.html">
+      <td>  <span class="datatype-name">atlasClassification</span>
+</td>
+      <td>  <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntity.html">
+      <td>  <span class="datatype-name">atlasEntity</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_status.html">
+      <td>  <span class="datatype-name">status</span>
+</td>
+      <td>  <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntityHeader.html">
+      <td>  <span class="datatype-name">atlasEntityHeader</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasObjectId.html">
+      <td>  <span class="datatype-name">atlasObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasStruct.html">
+      <td>  <span class="datatype-name">atlasStruct</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_classificationAssociateRequest.html">
+      <td>  <span class="datatype-name">classificationAssociateRequest</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityMutationResponse.html">
+      <td>  <span class="datatype-name">entityMutationResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityMutations.html">
+      <td>  <span class="datatype-name">entityMutations</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityOperation.html">
+      <td>  <span class="datatype-name">entityOperation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_guidMapping.html">
+      <td>  <span class="datatype-name">guidMapping</span>
+</td>
+      <td>  <span class="datatype-description">This stores a mapping of guid assignments that were made during the processing
+of a create or update entity request.
+.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasLineageInfo.html">
+      <td>  <span class="datatype-name">atlasLineageInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_lineageDirection.html">
+      <td>  <span class="datatype-name">lineageDirection</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_lineageRelation.html">
+      <td>  <span class="datatype-name">lineageRelation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasBaseTypeDef.html">
+      <td>  <span class="datatype-name">atlasBaseTypeDef</span>
+</td>
+      <td>  <span class="datatype-description">Base class that captures common-attributes for all Atlas types.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasClassificationDef.html">
+      <td>  <span class="datatype-name">atlasClassificationDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a classification-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntityDef.html">
+      <td>  <span class="datatype-name">atlasEntityDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a entity-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEnumDef.html">
+      <td>  <span class="datatype-name">atlasEnumDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEnumElementDef.html">
+      <td>  <span class="datatype-name">atlasEnumElementDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-element.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasStructDef.html">
+      <td>  <span class="datatype-name">atlasStructDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasAttributeDef.html">
+      <td>  <span class="datatype-name">atlasAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_cardinality.html">
+      <td>  <span class="datatype-name">cardinality</span>
+</td>
+      <td>  <span class="datatype-description">single-valued attribute or multi-valued attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasConstraintDef.html">
+      <td>  <span class="datatype-name">atlasConstraintDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a constraint.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasTypeDefHeader.html">
+      <td>  <span class="datatype-name">atlasTypeDefHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasTypesDef.html">
+      <td>  <span class="datatype-name">atlasTypesDef</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
   </tbody>
   </table>
 


[8/8] incubator-atlas-website git commit: Updaetd V2 REST API documentation

Posted by ma...@apache.org.
Updaetd V2 REST API documentation


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/commit/d3bcb175
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/tree/d3bcb175
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/diff/d3bcb175

Branch: refs/heads/asf-site
Commit: d3bcb1751b390a24893cf0a8a5cdd1c1e46748cc
Parents: 4164eb0
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Sun Feb 19 21:28:08 2017 -0800
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Sun Feb 19 22:17:15 2017 -0800

----------------------------------------------------------------------
 api/v2/data.html                                |  188 +-
 api/v2/index.html                               |  188 +-
 api/v2/json_AtlasBaseTypeDef.html               |    2 +-
 api/v2/json_AtlasClassificationDef.html         |    4 +-
 api/v2/json_AtlasClassifications.html           |    2 +-
 api/v2/json_AtlasEntitiesWithExtInfo.html       |   60 +-
 api/v2/json_AtlasEntity.html                    |   43 +-
 api/v2/json_AtlasEntityDef.html                 |    2 +-
 api/v2/json_AtlasEntityExtInfo.html             |   30 +-
 api/v2/json_AtlasEntityHeader.html              |   21 -
 api/v2/json_AtlasEntityWithExtInfo.html         |   46 +-
 api/v2/json_AtlasEnumDef.html                   |    2 +-
 api/v2/json_AtlasFullTextResult.html            |   14 +-
 api/v2/json_AtlasLineageInfo.html               |   26 +-
 api/v2/json_AtlasSearchResult.html              |   32 +-
 api/v2/json_AtlasStructDef.html                 |    4 +-
 api/v2/json_AtlasTypeDefHeader.html             |    2 +-
 api/v2/json_AtlasTypesDef.html                  |   32 +-
 api/v2/json_EntityMutationResponse.html         |  196 +-
 api/v2/ns0.xsd                                  |  570 +++
 api/v2/resource_DiscoveryREST.html              |   58 +-
 api/v2/resource_EntityREST.html                 | 1440 +-------
 api/v2/resource_LineageREST.html                |   28 +-
 api/v2/resource_TypesREST.html                  |  226 +-
 api/v2/syntax_json.html                         |    6 -
 api/v2/syntax_xml.html                          |  182 +
 api/v2/ui/swagger.json                          | 3275 +++++++-----------
 api/v2/xml_ns0_atlasAttributeDef.html           |  302 ++
 api/v2/xml_ns0_atlasBaseTypeDef.html            |  324 ++
 api/v2/xml_ns0_atlasClassification.html         |  159 +
 api/v2/xml_ns0_atlasClassificationDef.html      |  310 ++
 api/v2/xml_ns0_atlasConstraintDef.html          |  166 +
 api/v2/xml_ns0_atlasEntity.html                 |  314 ++
 api/v2/xml_ns0_atlasEntityDef.html              |  310 ++
 api/v2/xml_ns0_atlasEntityHeader.html           |  235 ++
 api/v2/xml_ns0_atlasEnumDef.html                |  305 ++
 api/v2/xml_ns0_atlasEnumElementDef.html         |  185 +
 api/v2/xml_ns0_atlasFullTextResult.html         |  173 +
 api/v2/xml_ns0_atlasLineageInfo.html            |  226 ++
 api/v2/xml_ns0_atlasObjectId.html               |  185 +
 api/v2/xml_ns0_atlasQueryType.html              |  130 +
 api/v2/xml_ns0_atlasSearchResult.html           |  241 ++
 api/v2/xml_ns0_atlasStruct.html                 |  168 +
 api/v2/xml_ns0_atlasStructDef.html              |  297 ++
 api/v2/xml_ns0_atlasTypeDefHeader.html          |  185 +
 api/v2/xml_ns0_atlasTypesDef.html               |  249 ++
 api/v2/xml_ns0_attributeSearchResult.html       |  166 +
 api/v2/xml_ns0_cardinality.html                 |  130 +
 .../xml_ns0_classificationAssociateRequest.html |  169 +
 api/v2/xml_ns0_entityMutationResponse.html      |  166 +
 api/v2/xml_ns0_entityMutations.html             |  127 +
 api/v2/xml_ns0_entityOperation.html             |  134 +
 api/v2/xml_ns0_guidMapping.html                 |  149 +
 api/v2/xml_ns0_lineageDirection.html            |  130 +
 api/v2/xml_ns0_lineageRelation.html             |  166 +
 api/v2/xml_ns0_status.html                      |  126 +
 api/v2/xml_ns0_typeCategory.html                |  150 +
 57 files changed, 8565 insertions(+), 4191 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/data.html
----------------------------------------------------------------------
diff --git a/api/v2/data.html b/api/v2/data.html
index 3eacea5..4b8ad51 100644
--- a/api/v2/data.html
+++ b/api/v2/data.html
@@ -171,12 +171,6 @@
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_AtlasObjectId.html">
-      <td>  <span class="datatype-name">AtlasObjectId</span>
-</td>
-      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_AtlasQueryType.html">
       <td>  <span class="datatype-name">AtlasQueryType</span>
 </td>
@@ -311,6 +305,188 @@
       <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="xml_ns0_typeCategory.html">
+      <td>  <span class="datatype-name">typeCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasSearchResult.html">
+      <td>  <span class="datatype-name">atlasSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasFullTextResult.html">
+      <td>  <span class="datatype-name">atlasFullTextResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasQueryType.html">
+      <td>  <span class="datatype-name">atlasQueryType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_attributeSearchResult.html">
+      <td>  <span class="datatype-name">attributeSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasClassification.html">
+      <td>  <span class="datatype-name">atlasClassification</span>
+</td>
+      <td>  <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntity.html">
+      <td>  <span class="datatype-name">atlasEntity</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_status.html">
+      <td>  <span class="datatype-name">status</span>
+</td>
+      <td>  <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntityHeader.html">
+      <td>  <span class="datatype-name">atlasEntityHeader</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasObjectId.html">
+      <td>  <span class="datatype-name">atlasObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasStruct.html">
+      <td>  <span class="datatype-name">atlasStruct</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_classificationAssociateRequest.html">
+      <td>  <span class="datatype-name">classificationAssociateRequest</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityMutationResponse.html">
+      <td>  <span class="datatype-name">entityMutationResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityMutations.html">
+      <td>  <span class="datatype-name">entityMutations</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityOperation.html">
+      <td>  <span class="datatype-name">entityOperation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_guidMapping.html">
+      <td>  <span class="datatype-name">guidMapping</span>
+</td>
+      <td>  <span class="datatype-description">This stores a mapping of guid assignments that were made during the processing
+of a create or update entity request.
+.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasLineageInfo.html">
+      <td>  <span class="datatype-name">atlasLineageInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_lineageDirection.html">
+      <td>  <span class="datatype-name">lineageDirection</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_lineageRelation.html">
+      <td>  <span class="datatype-name">lineageRelation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasBaseTypeDef.html">
+      <td>  <span class="datatype-name">atlasBaseTypeDef</span>
+</td>
+      <td>  <span class="datatype-description">Base class that captures common-attributes for all Atlas types.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasClassificationDef.html">
+      <td>  <span class="datatype-name">atlasClassificationDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a classification-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntityDef.html">
+      <td>  <span class="datatype-name">atlasEntityDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a entity-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEnumDef.html">
+      <td>  <span class="datatype-name">atlasEnumDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEnumElementDef.html">
+      <td>  <span class="datatype-name">atlasEnumElementDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-element.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasStructDef.html">
+      <td>  <span class="datatype-name">atlasStructDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasAttributeDef.html">
+      <td>  <span class="datatype-name">atlasAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_cardinality.html">
+      <td>  <span class="datatype-name">cardinality</span>
+</td>
+      <td>  <span class="datatype-description">single-valued attribute or multi-valued attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasConstraintDef.html">
+      <td>  <span class="datatype-name">atlasConstraintDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a constraint.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasTypeDefHeader.html">
+      <td>  <span class="datatype-name">atlasTypeDefHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasTypesDef.html">
+      <td>  <span class="datatype-name">atlasTypesDef</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
   </tbody>
   </table>
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/index.html
----------------------------------------------------------------------
diff --git a/api/v2/index.html b/api/v2/index.html
index 9748c92..7a75783 100644
--- a/api/v2/index.html
+++ b/api/v2/index.html
@@ -277,12 +277,6 @@
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_AtlasObjectId.html">
-      <td>  <span class="datatype-name">AtlasObjectId</span>
-</td>
-      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_AtlasQueryType.html">
       <td>  <span class="datatype-name">AtlasQueryType</span>
 </td>
@@ -417,6 +411,188 @@
       <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="xml_ns0_typeCategory.html">
+      <td>  <span class="datatype-name">typeCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasSearchResult.html">
+      <td>  <span class="datatype-name">atlasSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasFullTextResult.html">
+      <td>  <span class="datatype-name">atlasFullTextResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasQueryType.html">
+      <td>  <span class="datatype-name">atlasQueryType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_attributeSearchResult.html">
+      <td>  <span class="datatype-name">attributeSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasClassification.html">
+      <td>  <span class="datatype-name">atlasClassification</span>
+</td>
+      <td>  <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntity.html">
+      <td>  <span class="datatype-name">atlasEntity</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_status.html">
+      <td>  <span class="datatype-name">status</span>
+</td>
+      <td>  <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntityHeader.html">
+      <td>  <span class="datatype-name">atlasEntityHeader</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasObjectId.html">
+      <td>  <span class="datatype-name">atlasObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasStruct.html">
+      <td>  <span class="datatype-name">atlasStruct</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_classificationAssociateRequest.html">
+      <td>  <span class="datatype-name">classificationAssociateRequest</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityMutationResponse.html">
+      <td>  <span class="datatype-name">entityMutationResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityMutations.html">
+      <td>  <span class="datatype-name">entityMutations</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_entityOperation.html">
+      <td>  <span class="datatype-name">entityOperation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_guidMapping.html">
+      <td>  <span class="datatype-name">guidMapping</span>
+</td>
+      <td>  <span class="datatype-description">This stores a mapping of guid assignments that were made during the processing
+of a create or update entity request.
+.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasLineageInfo.html">
+      <td>  <span class="datatype-name">atlasLineageInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_lineageDirection.html">
+      <td>  <span class="datatype-name">lineageDirection</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_lineageRelation.html">
+      <td>  <span class="datatype-name">lineageRelation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasBaseTypeDef.html">
+      <td>  <span class="datatype-name">atlasBaseTypeDef</span>
+</td>
+      <td>  <span class="datatype-description">Base class that captures common-attributes for all Atlas types.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasClassificationDef.html">
+      <td>  <span class="datatype-name">atlasClassificationDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a classification-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEntityDef.html">
+      <td>  <span class="datatype-name">atlasEntityDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a entity-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEnumDef.html">
+      <td>  <span class="datatype-name">atlasEnumDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasEnumElementDef.html">
+      <td>  <span class="datatype-name">atlasEnumElementDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-element.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasStructDef.html">
+      <td>  <span class="datatype-name">atlasStructDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasAttributeDef.html">
+      <td>  <span class="datatype-name">atlasAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_cardinality.html">
+      <td>  <span class="datatype-name">cardinality</span>
+</td>
+      <td>  <span class="datatype-description">single-valued attribute or multi-valued attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasConstraintDef.html">
+      <td>  <span class="datatype-name">atlasConstraintDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a constraint.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasTypeDefHeader.html">
+      <td>  <span class="datatype-name">atlasTypeDefHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_atlasTypesDef.html">
+      <td>  <span class="datatype-name">atlasTypesDef</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     </tbody>
   </table>
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasBaseTypeDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasBaseTypeDef.html b/api/v2/json_AtlasBaseTypeDef.html
index d484076..f19e03a 100644
--- a/api/v2/json_AtlasBaseTypeDef.html
+++ b/api/v2/json_AtlasBaseTypeDef.html
@@ -189,7 +189,7 @@
       <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;category&quot; : &quot;ARRAY&quot;,
+  &quot;category&quot; : &quot;MAP&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasClassificationDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasClassificationDef.html b/api/v2/json_AtlasClassificationDef.html
index 35d1479..3fcfca3 100644
--- a/api/v2/json_AtlasClassificationDef.html
+++ b/api/v2/json_AtlasClassificationDef.html
@@ -202,7 +202,7 @@
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -221,7 +221,7 @@
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+  &quot;category&quot; : &quot;STRUCT&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasClassifications.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasClassifications.html b/api/v2/json_AtlasClassifications.html
index 95e3bd3..f35b15a 100644
--- a/api/v2/json_AtlasClassifications.html
+++ b/api/v2/json_AtlasClassifications.html
@@ -129,7 +129,7 @@
   &quot;startIndex&quot; : 12345,
   &quot;pageSize&quot; : 12345,
   &quot;totalCount&quot; : 12345,
-  &quot;sortType&quot; : &quot;DESC&quot;,
+  &quot;sortType&quot; : &quot;ASC&quot;,
   &quot;sortBy&quot; : &quot;...&quot;
 }</pre>
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasEntitiesWithExtInfo.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntitiesWithExtInfo.html b/api/v2/json_AtlasEntitiesWithExtInfo.html
index 83659fc..309b1c4 100644
--- a/api/v2/json_AtlasEntitiesWithExtInfo.html
+++ b/api/v2/json_AtlasEntitiesWithExtInfo.html
@@ -106,7 +106,7 @@
       <pre class="prettyprint language-js example">{
   &quot;entities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;createTime&quot; : 12345,
@@ -125,20 +125,6 @@
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -165,20 +151,6 @@
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -207,20 +179,6 @@
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -229,7 +187,7 @@
     },
     &quot;property2&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
@@ -248,20 +206,6 @@
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasEntity.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntity.html b/api/v2/json_AtlasEntity.html
index 3baaccd..31fafa5 100644
--- a/api/v2/json_AtlasEntity.html
+++ b/api/v2/json_AtlasEntity.html
@@ -150,33 +150,6 @@
           <td>  <span class="property-description"></span>
 </td>
         </tr>
-        <tr>
-          <td>  <span class="property-name">unassigned</span>
-</td>
-          <td>  <span class="datatype-reference">boolean
-</span>
-</td>
-          <td>  <span class="property-description"></span>
-</td>
-        </tr>
-        <tr>
-          <td>  <span class="property-name">assigned</span>
-</td>
-          <td>  <span class="datatype-reference">boolean
-</span>
-</td>
-          <td>  <span class="property-description"></span>
-</td>
-        </tr>
-        <tr>
-          <td>  <span class="property-name">atlasObjectId</span>
-</td>
-          <td>  <span class="datatype-reference"><a href="json_AtlasObjectId.html">AtlasObjectId</a>
-</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_AtlasStruct.html">AtlasStruct</a></h5></td>
@@ -201,7 +174,7 @@
       
       <pre class="prettyprint language-js example">{
   &quot;guid&quot; : &quot;...&quot;,
-  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;status&quot; : &quot;ACTIVE&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,
   &quot;createTime&quot; : 12345,
@@ -220,20 +193,6 @@
       &quot;property2&quot; : { }
     }
   } ],
-  &quot;unassigned&quot; : true,
-  &quot;assigned&quot; : true,
-  &quot;atlasObjectId&quot; : {
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;typeName&quot; : &quot;...&quot;,
-    &quot;uniqueAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;validGuid&quot; : true,
-    &quot;assignedGuid&quot; : true,
-    &quot;unAssignedGuid&quot; : true,
-    &quot;valid&quot; : true
-  },
   &quot;typeName&quot; : &quot;...&quot;,
   &quot;attributes&quot; : {
     &quot;property1&quot; : { },

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasEntityDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntityDef.html b/api/v2/json_AtlasEntityDef.html
index 6ac681b..3ba95c6 100644
--- a/api/v2/json_AtlasEntityDef.html
+++ b/api/v2/json_AtlasEntityDef.html
@@ -221,7 +221,7 @@
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;ENTITY&quot;,
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasEntityExtInfo.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntityExtInfo.html b/api/v2/json_AtlasEntityExtInfo.html
index ad3b25c..8d37f38 100644
--- a/api/v2/json_AtlasEntityExtInfo.html
+++ b/api/v2/json_AtlasEntityExtInfo.html
@@ -98,7 +98,7 @@
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
@@ -117,20 +117,6 @@
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -158,20 +144,6 @@
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasEntityHeader.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntityHeader.html b/api/v2/json_AtlasEntityHeader.html
index bc84234..77999b9 100644
--- a/api/v2/json_AtlasEntityHeader.html
+++ b/api/v2/json_AtlasEntityHeader.html
@@ -114,15 +114,6 @@
           <td>  <span class="property-description"></span>
 </td>
         </tr>
-        <tr>
-          <td>  <span class="property-name">atlasObjectId</span>
-</td>
-          <td>  <span class="datatype-reference"><a href="json_AtlasObjectId.html">AtlasObjectId</a>
-</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_AtlasStruct.html">AtlasStruct</a></h5></td>
@@ -150,18 +141,6 @@
   &quot;status&quot; : &quot;ACTIVE&quot;,
   &quot;displayText&quot; : &quot;...&quot;,
   &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;atlasObjectId&quot; : {
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;typeName&quot; : &quot;...&quot;,
-    &quot;uniqueAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;validGuid&quot; : true,
-    &quot;assignedGuid&quot; : true,
-    &quot;unAssignedGuid&quot; : true,
-    &quot;valid&quot; : true
-  },
   &quot;typeName&quot; : &quot;...&quot;,
   &quot;attributes&quot; : {
     &quot;property1&quot; : { },

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasEntityWithExtInfo.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEntityWithExtInfo.html b/api/v2/json_AtlasEntityWithExtInfo.html
index a759ab4..c28c05a 100644
--- a/api/v2/json_AtlasEntityWithExtInfo.html
+++ b/api/v2/json_AtlasEntityWithExtInfo.html
@@ -106,7 +106,7 @@
       <pre class="prettyprint language-js example">{
   &quot;entity&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;createTime&quot; : 12345,
@@ -125,20 +125,6 @@
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -167,20 +153,6 @@
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -189,7 +161,7 @@
     },
     &quot;property2&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
@@ -208,20 +180,6 @@
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasEnumDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasEnumDef.html b/api/v2/json_AtlasEnumDef.html
index bc81e81..06b7e28 100644
--- a/api/v2/json_AtlasEnumDef.html
+++ b/api/v2/json_AtlasEnumDef.html
@@ -183,7 +183,7 @@
     &quot;ordinal&quot; : 12345
   } ],
   &quot;defaultValue&quot; : &quot;...&quot;,
-  &quot;category&quot; : &quot;STRUCT&quot;,
+  &quot;category&quot; : &quot;ENTITY&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasFullTextResult.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasFullTextResult.html b/api/v2/json_AtlasFullTextResult.html
index 1eeae75..9da325d 100644
--- a/api/v2/json_AtlasFullTextResult.html
+++ b/api/v2/json_AtlasFullTextResult.html
@@ -104,21 +104,9 @@
       <pre class="prettyprint language-js example">{
   &quot;entity&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasLineageInfo.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasLineageInfo.html b/api/v2/json_AtlasLineageInfo.html
index b509663..f1307a6 100644
--- a/api/v2/json_AtlasLineageInfo.html
+++ b/api/v2/json_AtlasLineageInfo.html
@@ -136,18 +136,6 @@
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -159,18 +147,6 @@
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -185,7 +161,7 @@
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;toEntityId&quot; : &quot;...&quot;
   } ],
-  &quot;lineageDirection&quot; : &quot;OUTPUT&quot;,
+  &quot;lineageDirection&quot; : &quot;BOTH&quot;,
   &quot;lineageDepth&quot; : 12345
 }</pre>
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasSearchResult.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasSearchResult.html b/api/v2/json_AtlasSearchResult.html
index 5a601a2..79bf7e6 100644
--- a/api/v2/json_AtlasSearchResult.html
+++ b/api/v2/json_AtlasSearchResult.html
@@ -130,24 +130,12 @@
       
       <pre class="prettyprint language-js example">{
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;DSL&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
   &quot;entities&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;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -158,18 +146,6 @@
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -183,10 +159,9 @@
   &quot;fullTextResult&quot; : [ {
     &quot;entity&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : { },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -197,10 +172,9 @@
   }, {
     &quot;entity&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : { },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasStructDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasStructDef.html b/api/v2/json_AtlasStructDef.html
index 35cac2f..039d60c 100644
--- a/api/v2/json_AtlasStructDef.html
+++ b/api/v2/json_AtlasStructDef.html
@@ -170,7 +170,7 @@
     &quot;name&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;valuesMinCount&quot; : 12345,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
@@ -211,7 +211,7 @@
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;ARRAY&quot;,
+  &quot;category&quot; : &quot;ENTITY&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasTypeDefHeader.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasTypeDefHeader.html b/api/v2/json_AtlasTypeDefHeader.html
index 954d7a1..0d4e1a8 100644
--- a/api/v2/json_AtlasTypeDefHeader.html
+++ b/api/v2/json_AtlasTypeDefHeader.html
@@ -113,7 +113,7 @@
       <pre class="prettyprint language-js example">{
   &quot;guid&quot; : &quot;...&quot;,
   &quot;name&quot; : &quot;...&quot;,
-  &quot;category&quot; : &quot;ENUM&quot;
+  &quot;category&quot; : &quot;PRIMITIVE&quot;
 }</pre>
 
         <footer class="footer">

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_AtlasTypesDef.html
----------------------------------------------------------------------
diff --git a/api/v2/json_AtlasTypesDef.html b/api/v2/json_AtlasTypesDef.html
index a08594b..cc3388a 100644
--- a/api/v2/json_AtlasTypesDef.html
+++ b/api/v2/json_AtlasTypesDef.html
@@ -140,7 +140,7 @@
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -185,7 +185,7 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -195,14 +195,14 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -221,7 +221,7 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -238,7 +238,7 @@
       &quot;isIndexable&quot; : true,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -269,14 +269,14 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -296,7 +296,7 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -306,14 +306,14 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -334,7 +334,7 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
@@ -344,14 +344,14 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -381,14 +381,14 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &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;category&quot; : &quot;ENTITY&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/json_EntityMutationResponse.html
----------------------------------------------------------------------
diff --git a/api/v2/json_EntityMutationResponse.html b/api/v2/json_EntityMutationResponse.html
index 87b1ddb..265eb38 100644
--- a/api/v2/json_EntityMutationResponse.html
+++ b/api/v2/json_EntityMutationResponse.html
@@ -168,21 +168,9 @@
   &quot;mutatedEntities&quot; : {
     &quot;property1&quot; : [ {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -193,18 +181,6 @@
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -213,21 +189,9 @@
     } ],
     &quot;property2&quot; : [ {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -235,21 +199,9 @@
       }
     }, {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -266,18 +218,6 @@
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -285,21 +225,9 @@
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -308,21 +236,9 @@
   } ],
   &quot;updatedEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -333,18 +249,6 @@
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -356,18 +260,6 @@
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -375,21 +267,9 @@
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -398,21 +278,9 @@
   } ],
   &quot;deletedEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -420,21 +288,9 @@
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -446,18 +302,6 @@
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -469,18 +313,6 @@
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -492,18 +324,6 @@
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/ns0.xsd
----------------------------------------------------------------------
diff --git a/api/v2/ns0.xsd b/api/v2/ns0.xsd
index b2b4f44..f0a2142 100644
--- a/api/v2/ns0.xsd
+++ b/api/v2/ns0.xsd
@@ -5,6 +5,30 @@
 
   <xs:element name="PList" type="PList"/>
   <xs:element name="searchFilter" type="searchFilter"/>
+  <xs:element name="atlasSearchResult" type="atlasSearchResult"/>
+  <xs:element name="atlasFullTextResult" type="atlasFullTextResult"/>
+  <xs:element name="attributeSearchResult" type="attributeSearchResult"/>
+  <xs:element name="atlasClassification" type="atlasClassification"/>
+  <xs:element name="atlasEntity" type="atlasEntity"/>
+  <xs:element name="atlasEntityHeader" type="atlasEntityHeader"/>
+  <xs:element name="atlasObjectId" type="atlasObjectId"/>
+  <xs:element name="atlasStruct" type="atlasStruct"/>
+  <xs:element name="classificationAssociateRequest" type="classificationAssociateRequest"/>
+  <xs:element name="entityMutationResponse" type="entityMutationResponse"/>
+  <xs:element name="entityMutations" type="entityMutations"/>
+  <xs:element name="guidMapping" type="guidMapping"/>
+  <xs:element name="atlasLineageInfo" type="atlasLineageInfo"/>
+  <xs:element name="lineageRelation" type="lineageRelation"/>
+  <xs:element name="atlasBaseTypeDef" type="atlasBaseTypeDef"/>
+  <xs:element name="atlasClassificationDef" type="atlasClassificationDef"/>
+  <xs:element name="atlasEntityDef" type="atlasEntityDef"/>
+  <xs:element name="atlasEnumDef" type="atlasEnumDef"/>
+  <xs:element name="atlasEnumElementDef" type="atlasEnumElementDef"/>
+  <xs:element name="atlasStructDef" type="atlasStructDef"/>
+  <xs:element name="atlasAttributeDef" type="atlasAttributeDef"/>
+  <xs:element name="atlasConstraintDef" type="atlasConstraintDef"/>
+  <xs:element name="atlasTypeDefHeader" type="atlasTypeDefHeader"/>
+  <xs:element name="atlasTypesDef" type="atlasTypesDef"/>
 <xs:complexType name="PList">
   <xs:annotation>
     <xs:documentation>
@@ -77,4 +101,550 @@
   </xs:restriction>
 </xs:simpleType>
 
+<xs:simpleType name="typeCategory">
+  <xs:restriction base="xs:string">
+     
+    <xs:enumeration value="PRIMITIVE"/>
+ 
+    <xs:enumeration value="OBJECT_ID_TYPE"/>
+ 
+    <xs:enumeration value="ENUM"/>
+ 
+    <xs:enumeration value="STRUCT"/>
+ 
+    <xs:enumeration value="CLASSIFICATION"/>
+ 
+    <xs:enumeration value="ENTITY"/>
+ 
+    <xs:enumeration value="ARRAY"/>
+ 
+    <xs:enumeration value="MAP"/>
+  </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="atlasSearchResult">
+       <xs:sequence>
+              <xs:element name="queryText" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="queryType" type="atlasQueryType" minOccurs="0">
+              </xs:element>
+              <xs:element name="entities" type="atlasEntityHeader" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+              <xs:element name="attributes" type="attributeSearchResult" minOccurs="0">
+              </xs:element>
+              <xs:element name="fullTextResult" type="atlasFullTextResult" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasFullTextResult">
+       <xs:sequence>
+              <xs:element name="entity" type="atlasEntityHeader" minOccurs="0">
+              </xs:element>
+              <xs:element name="score" type="xs:double" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:simpleType name="atlasQueryType">
+  <xs:restriction base="xs:string">
+     
+    <xs:enumeration value="DSL"/>
+ 
+    <xs:enumeration value="FULL_TEXT"/>
+ 
+    <xs:enumeration value="GREMLIN"/>
+  </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="attributeSearchResult">
+       <xs:sequence>
+              <xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+              <xs:element name="values" type="xs:anyType" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasClassification">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.]]>
+    </xs:documentation>
+  </xs:annotation>
+   <xs:complexContent>
+    <xs:extension base="atlasStruct">
+    </xs:extension>
+  </xs:complexContent>
+</xs:complexType>
+
+<xs:complexType name="atlasEntity">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[An instance of an entity - like hive_table, hive_database.]]>
+    </xs:documentation>
+  </xs:annotation>
+   <xs:complexContent>
+    <xs:extension base="atlasStruct">
+      <xs:sequence>
+              <xs:element name="guid" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="status" type="status" minOccurs="0">
+              </xs:element>
+              <xs:element name="createdBy" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="updatedBy" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="createTime" type="xs:dateTime" minOccurs="0">
+              </xs:element>
+              <xs:element name="updateTime" type="xs:dateTime" minOccurs="0">
+              </xs:element>
+              <xs:element name="version" type="xs:long" minOccurs="0">
+              </xs:element>
+              <xs:element name="classifications" type="atlasClassification" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+    </xs:extension>
+  </xs:complexContent>
+</xs:complexType>
+
+<xs:simpleType name="status">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.]]>
+    </xs:documentation>
+  </xs:annotation>
+  <xs:restriction base="xs:string">
+     
+    <xs:enumeration value="ACTIVE"/>
+ 
+    <xs:enumeration value="DELETED"/>
+  </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="atlasEntityHeader">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[An instance of an entity - like hive_table, hive_database.]]>
+    </xs:documentation>
+  </xs:annotation>
+   <xs:complexContent>
+    <xs:extension base="atlasStruct">
+      <xs:sequence>
+              <xs:element name="guid" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="status" type="status" minOccurs="0">
+              </xs:element>
+              <xs:element name="displayText" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="classificationNames" type="xs:string" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+    </xs:extension>
+  </xs:complexContent>
+</xs:complexType>
+
+<xs:complexType name="atlasObjectId">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[Reference to an object-instance of an Atlas type - like entity.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="guid" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="typeName" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="uniqueAttributes" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="xs:string"/>
+            <xs:element name="value" minOccurs="1" type="xs:anyType"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasStruct">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="typeName" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="attributes" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="xs:string"/>
+            <xs:element name="value" minOccurs="1" type="xs:anyType"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="classificationAssociateRequest">
+       <xs:sequence>
+              <xs:element name="classification" type="atlasClassification" minOccurs="0">
+              </xs:element>
+              <xs:element name="entityGuids" type="xs:string" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="entityMutationResponse">
+       <xs:sequence>
+              <xs:element name="mutatedEntities" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="entityOperation"/>
+            <xs:element name="value" minOccurs="1" type="xs:anyType"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+              <xs:element name="guidAssignments" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="xs:string"/>
+            <xs:element name="value" minOccurs="1" type="xs:string"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="entityMutations">
+ </xs:complexType>
+
+<xs:simpleType name="entityOperation">
+  <xs:restriction base="xs:string">
+     
+    <xs:enumeration value="CREATE"/>
+ 
+    <xs:enumeration value="UPDATE"/>
+ 
+    <xs:enumeration value="PARTIAL_UPDATE"/>
+ 
+    <xs:enumeration value="DELETE"/>
+  </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="guidMapping">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[This stores a mapping of guid assignments that were made during the processing
+of a create or update entity request.
+.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="guidAssignments" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="xs:string"/>
+            <xs:element name="value" minOccurs="1" type="xs:string"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasLineageInfo">
+       <xs:sequence>
+              <xs:element name="baseEntityGuid" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="guidEntityMap" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="xs:string"/>
+            <xs:element name="value" minOccurs="1" type="atlasEntityHeader"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+              <xs:element name="relations" type="lineageRelation" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+              <xs:element name="lineageDirection" type="lineageDirection" minOccurs="0">
+              </xs:element>
+              <xs:element name="lineageDepth" type="xs:int" minOccurs="1">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:simpleType name="lineageDirection">
+  <xs:restriction base="xs:string">
+     
+    <xs:enumeration value="INPUT"/>
+ 
+    <xs:enumeration value="OUTPUT"/>
+ 
+    <xs:enumeration value="BOTH"/>
+  </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="lineageRelation">
+       <xs:sequence>
+              <xs:element name="fromEntityId" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="toEntityId" type="xs:string" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasBaseTypeDef" abstract="true">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[Base class that captures common-attributes for all Atlas types.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="guid" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="createdBy" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="updatedBy" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="createTime" type="xs:dateTime" minOccurs="0">
+              </xs:element>
+              <xs:element name="updateTime" type="xs:dateTime" minOccurs="0">
+              </xs:element>
+              <xs:element name="version" type="xs:long" minOccurs="0">
+              </xs:element>
+              <xs:element name="name" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="description" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="typeVersion" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="options" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="xs:string"/>
+            <xs:element name="value" minOccurs="1" type="xs:string"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasClassificationDef">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[class that captures details of a classification-type.]]>
+    </xs:documentation>
+  </xs:annotation>
+   <xs:complexContent>
+    <xs:extension base="atlasStructDef">
+      <xs:sequence>
+              <xs:element name="superTypes" type="xs:string" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+    </xs:extension>
+  </xs:complexContent>
+</xs:complexType>
+
+<xs:complexType name="atlasEntityDef">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[class that captures details of a entity-type.]]>
+    </xs:documentation>
+  </xs:annotation>
+   <xs:complexContent>
+    <xs:extension base="atlasStructDef">
+      <xs:sequence>
+              <xs:element name="superTypes" type="xs:string" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+    </xs:extension>
+  </xs:complexContent>
+</xs:complexType>
+
+<xs:complexType name="atlasEnumDef">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[class that captures details of an enum-type.]]>
+    </xs:documentation>
+  </xs:annotation>
+   <xs:complexContent>
+    <xs:extension base="atlasBaseTypeDef">
+      <xs:sequence>
+              <xs:element name="elementDefs" type="atlasEnumElementDef" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+              <xs:element name="defaultValue" type="xs:string" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+    </xs:extension>
+  </xs:complexContent>
+</xs:complexType>
+
+<xs:complexType name="atlasEnumElementDef">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[class that captures details of an enum-element.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="value" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="description" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="ordinal" type="xs:int" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasStructDef">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[class that captures details of a struct-type.]]>
+    </xs:documentation>
+  </xs:annotation>
+   <xs:complexContent>
+    <xs:extension base="atlasBaseTypeDef">
+      <xs:sequence>
+              <xs:element name="attributeDefs" type="atlasAttributeDef" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+    </xs:extension>
+  </xs:complexContent>
+</xs:complexType>
+
+<xs:complexType name="atlasAttributeDef">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[class that captures details of a struct-attribute.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="name" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="typeName" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="isOptional" type="xs:boolean" minOccurs="1">
+              </xs:element>
+              <xs:element name="cardinality" type="cardinality" minOccurs="0">
+              </xs:element>
+              <xs:element name="valuesMinCount" type="xs:int" minOccurs="1">
+              </xs:element>
+              <xs:element name="valuesMaxCount" type="xs:int" minOccurs="1">
+              </xs:element>
+              <xs:element name="isUnique" type="xs:boolean" minOccurs="1">
+              </xs:element>
+              <xs:element name="isIndexable" type="xs:boolean" minOccurs="1">
+              </xs:element>
+              <xs:element name="constraints" type="atlasConstraintDef" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:simpleType name="cardinality">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[single-valued attribute or multi-valued attribute.]]>
+    </xs:documentation>
+  </xs:annotation>
+  <xs:restriction base="xs:string">
+     
+    <xs:enumeration value="SINGLE"/>
+ 
+    <xs:enumeration value="LIST"/>
+ 
+    <xs:enumeration value="SET"/>
+  </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="atlasConstraintDef">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[class that captures details of a constraint.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="type" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="params" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="xs:string"/>
+            <xs:element name="value" minOccurs="1" type="xs:anyType"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasTypeDefHeader">
+       <xs:sequence>
+              <xs:element name="guid" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="name" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="category" type="typeCategory" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="atlasTypesDef">
+       <xs:sequence>
+              <xs:element name="enumDefs" type="atlasEnumDef" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+              <xs:element name="structDefs" type="atlasStructDef" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+              <xs:element name="classificationDefs" type="atlasClassificationDef" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+              <xs:element name="entityDefs" type="atlasEntityDef" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
 </xs:schema>
\ No newline at end of file


[3/8] incubator-atlas-website git commit: Updaetd V2 REST API documentation

Posted by ma...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasAttributeDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasAttributeDef.html b/api/v2/xml_ns0_atlasAttributeDef.html
new file mode 100644
index 0000000..9ab6462
--- /dev/null
+++ b/api/v2/xml_ns0_atlasAttributeDef.html
@@ -0,0 +1,302 @@
+<!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: atlasAttributeDef</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: atlasAttributeDef</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasAttributeDef.html">atlasAttributeDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasAttributeDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a struct-attribute.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">cardinality</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_cardinality.html">cardinality</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">constraints</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasConstraintDef.html">atlasConstraintDef</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">isIndexable</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">isOptional</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">isUnique</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">typeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">valuesMaxCount</span>
+</td>
+          <td>  <span class="datatype-reference">int
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">valuesMinCount</span>
+</td>
+          <td>  <span class="datatype-reference">int
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasAttributeDef&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;typeName&gt;...&lt;/typeName&gt;
+  &lt;isOptional&gt;...&lt;/isOptional&gt;
+  &lt;cardinality&gt;...&lt;/cardinality&gt;
+  &lt;valuesMinCount&gt;...&lt;/valuesMinCount&gt;
+  &lt;valuesMaxCount&gt;...&lt;/valuesMaxCount&gt;
+  &lt;isUnique&gt;...&lt;/isUnique&gt;
+  &lt;isIndexable&gt;...&lt;/isIndexable&gt;
+  &lt;constraints&gt;
+    &lt;type&gt;...&lt;/type&gt;
+    &lt;params&gt;...&lt;/params&gt;
+  &lt;/constraints&gt;
+&lt;/atlasAttributeDef&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasBaseTypeDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasBaseTypeDef.html b/api/v2/xml_ns0_atlasBaseTypeDef.html
new file mode 100644
index 0000000..161e263
--- /dev/null
+++ b/api/v2/xml_ns0_atlasBaseTypeDef.html
@@ -0,0 +1,324 @@
+<!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: atlasBaseTypeDef</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: atlasBaseTypeDef</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasBaseTypeDef.html">atlasBaseTypeDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasBaseTypeDef <small>Data Type</small></h1>
+
+      <p>Base class that captures common-attributes for all Atlas types.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+        <dt>Abstract Type</dt>
+        <dd></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="xml_ns0_atlasClassificationDef.html">atlasClassificationDef</a>, <a href="xml_ns0_atlasEntityDef.html">atlasEntityDef</a>, <a href="xml_ns0_atlasEnumDef.html">atlasEnumDef</a>, <a href="xml_ns0_atlasStructDef.html">atlasStructDef</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">createTime</span>
+</td>
+          <td>  <span class="datatype-reference">dateTime
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">createdBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">options</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">typeVersion</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">updateTime</span>
+</td>
+          <td>  <span class="datatype-reference">dateTime
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">updatedBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">version</span>
+</td>
+          <td>  <span class="datatype-reference">long
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</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-xml example">&lt;atlasBaseTypeDef&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;createdBy&gt;...&lt;/createdBy&gt;
+  &lt;updatedBy&gt;...&lt;/updatedBy&gt;
+  &lt;createTime&gt;...&lt;/createTime&gt;
+  &lt;updateTime&gt;...&lt;/updateTime&gt;
+  &lt;version&gt;...&lt;/version&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;typeVersion&gt;...&lt;/typeVersion&gt;
+  &lt;options&gt;...&lt;/options&gt;
+&lt;/atlasBaseTypeDef&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasClassification.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasClassification.html b/api/v2/xml_ns0_atlasClassification.html
new file mode 100644
index 0000000..6456c5e
--- /dev/null
+++ b/api/v2/xml_ns0_atlasClassification.html
@@ -0,0 +1,159 @@
+<!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: atlasClassification</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: atlasClassification</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasClassification.html">atlasClassification</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasClassification <small>Data Type</small></h1>
+
+      <p>An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasStruct.html">atlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">(custom)
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasClassification&gt;
+  &lt;typeName&gt;...&lt;/typeName&gt;
+  &lt;attributes&gt;...&lt;/attributes&gt;
+&lt;/atlasClassification&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasClassificationDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasClassificationDef.html b/api/v2/xml_ns0_atlasClassificationDef.html
new file mode 100644
index 0000000..26e21c0
--- /dev/null
+++ b/api/v2/xml_ns0_atlasClassificationDef.html
@@ -0,0 +1,310 @@
+<!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: atlasClassificationDef</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: atlasClassificationDef</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasClassificationDef.html">atlasClassificationDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasClassificationDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a classification-type.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">superTypes</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasStructDef.html">atlasStructDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributeDefs</span></td>
+          <td><span class="datatype-reference"><a href="xml_ns0_atlasAttributeDef.html">atlasAttributeDef</a>
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/unbounded
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasBaseTypeDef.html">atlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">dateTime
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">(custom)
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">dateTime
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">long
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasClassificationDef&gt;
+  &lt;superTypes&gt;...&lt;/superTypes&gt;
+  &lt;attributeDefs&gt;
+    &lt;name&gt;...&lt;/name&gt;
+    &lt;typeName&gt;...&lt;/typeName&gt;
+    &lt;isOptional&gt;...&lt;/isOptional&gt;
+    &lt;cardinality&gt;...&lt;/cardinality&gt;
+    &lt;valuesMinCount&gt;...&lt;/valuesMinCount&gt;
+    &lt;valuesMaxCount&gt;...&lt;/valuesMaxCount&gt;
+    &lt;isUnique&gt;...&lt;/isUnique&gt;
+    &lt;isIndexable&gt;...&lt;/isIndexable&gt;
+    &lt;constraints/&gt;
+  &lt;/attributeDefs&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;createdBy&gt;...&lt;/createdBy&gt;
+  &lt;updatedBy&gt;...&lt;/updatedBy&gt;
+  &lt;createTime&gt;...&lt;/createTime&gt;
+  &lt;updateTime&gt;...&lt;/updateTime&gt;
+  &lt;version&gt;...&lt;/version&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;typeVersion&gt;...&lt;/typeVersion&gt;
+  &lt;options&gt;...&lt;/options&gt;
+&lt;/atlasClassificationDef&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasConstraintDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasConstraintDef.html b/api/v2/xml_ns0_atlasConstraintDef.html
new file mode 100644
index 0000000..b78c24d
--- /dev/null
+++ b/api/v2/xml_ns0_atlasConstraintDef.html
@@ -0,0 +1,166 @@
+<!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: atlasConstraintDef</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: atlasConstraintDef</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasConstraintDef.html">atlasConstraintDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasConstraintDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a constraint.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">params</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">type</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasConstraintDef&gt;
+  &lt;type&gt;...&lt;/type&gt;
+  &lt;params&gt;...&lt;/params&gt;
+&lt;/atlasConstraintDef&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasEntity.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasEntity.html b/api/v2/xml_ns0_atlasEntity.html
new file mode 100644
index 0000000..2d758fa
--- /dev/null
+++ b/api/v2/xml_ns0_atlasEntity.html
@@ -0,0 +1,314 @@
+<!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: atlasEntity</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: atlasEntity</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasEntity.html">atlasEntity</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasEntity <small>Data Type</small></h1>
+
+      <p>An instance of an entity - like hive_table, hive_database.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">classifications</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasClassification.html">atlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">createTime</span>
+</td>
+          <td>  <span class="datatype-reference">dateTime
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">createdBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_status.html">status</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">updateTime</span>
+</td>
+          <td>  <span class="datatype-reference">dateTime
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">updatedBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">version</span>
+</td>
+          <td>  <span class="datatype-reference">long
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasStruct.html">atlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">(custom)
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasEntity&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;status&gt;...&lt;/status&gt;
+  &lt;createdBy&gt;...&lt;/createdBy&gt;
+  &lt;updatedBy&gt;...&lt;/updatedBy&gt;
+  &lt;createTime&gt;...&lt;/createTime&gt;
+  &lt;updateTime&gt;...&lt;/updateTime&gt;
+  &lt;version&gt;...&lt;/version&gt;
+  &lt;classifications&gt;
+    &lt;typeName&gt;...&lt;/typeName&gt;
+    &lt;attributes&gt;...&lt;/attributes&gt;
+  &lt;/classifications&gt;
+  &lt;typeName&gt;...&lt;/typeName&gt;
+  &lt;attributes&gt;...&lt;/attributes&gt;
+&lt;/atlasEntity&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasEntityDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasEntityDef.html b/api/v2/xml_ns0_atlasEntityDef.html
new file mode 100644
index 0000000..6c12871
--- /dev/null
+++ b/api/v2/xml_ns0_atlasEntityDef.html
@@ -0,0 +1,310 @@
+<!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: atlasEntityDef</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: atlasEntityDef</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasEntityDef.html">atlasEntityDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasEntityDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a entity-type.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">superTypes</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasStructDef.html">atlasStructDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributeDefs</span></td>
+          <td><span class="datatype-reference"><a href="xml_ns0_atlasAttributeDef.html">atlasAttributeDef</a>
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/unbounded
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasBaseTypeDef.html">atlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">dateTime
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">(custom)
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">dateTime
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">long
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasEntityDef&gt;
+  &lt;superTypes&gt;...&lt;/superTypes&gt;
+  &lt;attributeDefs&gt;
+    &lt;name&gt;...&lt;/name&gt;
+    &lt;typeName&gt;...&lt;/typeName&gt;
+    &lt;isOptional&gt;...&lt;/isOptional&gt;
+    &lt;cardinality&gt;...&lt;/cardinality&gt;
+    &lt;valuesMinCount&gt;...&lt;/valuesMinCount&gt;
+    &lt;valuesMaxCount&gt;...&lt;/valuesMaxCount&gt;
+    &lt;isUnique&gt;...&lt;/isUnique&gt;
+    &lt;isIndexable&gt;...&lt;/isIndexable&gt;
+    &lt;constraints/&gt;
+  &lt;/attributeDefs&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;createdBy&gt;...&lt;/createdBy&gt;
+  &lt;updatedBy&gt;...&lt;/updatedBy&gt;
+  &lt;createTime&gt;...&lt;/createTime&gt;
+  &lt;updateTime&gt;...&lt;/updateTime&gt;
+  &lt;version&gt;...&lt;/version&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;typeVersion&gt;...&lt;/typeVersion&gt;
+  &lt;options&gt;...&lt;/options&gt;
+&lt;/atlasEntityDef&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasEntityHeader.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasEntityHeader.html b/api/v2/xml_ns0_atlasEntityHeader.html
new file mode 100644
index 0000000..5e6ac0c
--- /dev/null
+++ b/api/v2/xml_ns0_atlasEntityHeader.html
@@ -0,0 +1,235 @@
+<!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: atlasEntityHeader</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: atlasEntityHeader</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasEntityHeader.html">atlasEntityHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasEntityHeader <small>Data Type</small></h1>
+
+      <p>An instance of an entity - like hive_table, hive_database.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">classificationNames</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_status.html">status</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasStruct.html">atlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">(custom)
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasEntityHeader&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;status&gt;...&lt;/status&gt;
+  &lt;displayText&gt;...&lt;/displayText&gt;
+  &lt;classificationNames&gt;...&lt;/classificationNames&gt;
+  &lt;typeName&gt;...&lt;/typeName&gt;
+  &lt;attributes&gt;...&lt;/attributes&gt;
+&lt;/atlasEntityHeader&gt;
+</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/incubator-atlas-website/blob/d3bcb175/api/v2/xml_ns0_atlasEnumDef.html
----------------------------------------------------------------------
diff --git a/api/v2/xml_ns0_atlasEnumDef.html b/api/v2/xml_ns0_atlasEnumDef.html
new file mode 100644
index 0000000..f0b0e2b
--- /dev/null
+++ b/api/v2/xml_ns0_atlasEnumDef.html
@@ -0,0 +1,305 @@
+<!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: atlasEnumDef</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: atlasEnumDef</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_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_atlasEnumDef.html">atlasEnumDef</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasEnumDef <small>Data Type</small></h1>
+
+      <p>class that captures details of an enum-type.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">defaultValue</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span class="property-name">elementDefs</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_atlasEnumElementDef.html">atlasEnumElementDef</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="6"><h5 class="text-muted">Properties inherited from <a href="xml_ns0_atlasBaseTypeDef.html">atlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">dateTime
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">(custom)
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">dateTime
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">long
+</span></td>
+          <td><span class="property-type">element
+</span></td>
+          <td><span class="property-namespaceInfo">
+</span></td>
+          <td><span class="property-minMaxOccurs">0/1
+</span></td>
+          <td><span class="property-description">&nbsp;</span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;atlasEnumDef&gt;
+  &lt;elementDefs&gt;
+    &lt;value&gt;...&lt;/value&gt;
+    &lt;description&gt;...&lt;/description&gt;
+    &lt;ordinal&gt;...&lt;/ordinal&gt;
+  &lt;/elementDefs&gt;
+  &lt;defaultValue&gt;...&lt;/defaultValue&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+  &lt;createdBy&gt;...&lt;/createdBy&gt;
+  &lt;updatedBy&gt;...&lt;/updatedBy&gt;
+  &lt;createTime&gt;...&lt;/createTime&gt;
+  &lt;updateTime&gt;...&lt;/updateTime&gt;
+  &lt;version&gt;...&lt;/version&gt;
+  &lt;name&gt;...&lt;/name&gt;
+  &lt;description&gt;...&lt;/description&gt;
+  &lt;typeVersion&gt;...&lt;/typeVersion&gt;
+  &lt;options&gt;...&lt;/options&gt;
+&lt;/atlasEnumDef&gt;
+</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>


[6/8] incubator-atlas-website git commit: Updaetd V2 REST API documentation

Posted by ma...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/resource_EntityREST.html
----------------------------------------------------------------------
diff --git a/api/v2/resource_EntityREST.html b/api/v2/resource_EntityREST.html
index cb24a25..0482c1b 100644
--- a/api/v2/resource_EntityREST.html
+++ b/api/v2/resource_EntityREST.html
@@ -137,7 +137,7 @@ Accept: application/json
 {
   &quot;entity&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;createTime&quot; : 12345,
@@ -156,20 +156,6 @@ Accept: application/json
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -198,20 +184,6 @@ Accept: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -220,7 +192,7 @@ Accept: application/json
     },
     &quot;property2&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
@@ -239,20 +211,6 @@ Accept: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -275,21 +233,9 @@ Content-Type: application/json
   &quot;mutatedEntities&quot; : {
     &quot;property1&quot; : [ {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -297,21 +243,9 @@ Content-Type: application/json
       }
     }, {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -323,18 +257,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -345,18 +267,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -370,21 +280,9 @@ Content-Type: application/json
   },
   &quot;createdEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -395,18 +293,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -415,21 +301,9 @@ Content-Type: application/json
   } ],
   &quot;updatedEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -437,21 +311,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -463,18 +325,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -482,21 +332,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -508,18 +346,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -527,21 +353,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -550,21 +364,9 @@ Content-Type: application/json
   } ],
   &quot;firstEntityCreated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -576,18 +378,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -596,21 +386,9 @@ Content-Type: application/json
   },
   &quot;firstEntityPartialUpdated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -689,21 +467,9 @@ Content-Type: application/json
   &quot;mutatedEntities&quot; : {
     &quot;property1&quot; : [ {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -714,18 +480,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -737,18 +491,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -759,18 +501,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -787,18 +517,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -809,18 +527,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -832,18 +538,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -851,21 +545,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -877,18 +559,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -896,21 +566,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -919,21 +577,9 @@ Content-Type: application/json
   } ],
   &quot;deletedEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -944,18 +590,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -964,21 +598,9 @@ Content-Type: application/json
   } ],
   &quot;firstEntityCreated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -987,21 +609,9 @@ Content-Type: application/json
   },
   &quot;firstEntityUpdated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1013,18 +623,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1121,20 +719,6 @@ Content-Type: application/json
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1142,7 +726,7 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;createTime&quot; : 12345,
@@ -1161,20 +745,6 @@ Content-Type: application/json
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1184,7 +754,7 @@ Content-Type: application/json
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
@@ -1203,20 +773,6 @@ Content-Type: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1244,20 +800,6 @@ Content-Type: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1327,7 +869,7 @@ Accept: application/json
 {
   &quot;entities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;createTime&quot; : 12345,
@@ -1346,20 +888,6 @@ Accept: application/json
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1386,20 +914,6 @@ Accept: application/json
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1409,7 +923,7 @@ Accept: application/json
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
@@ -1428,20 +942,6 @@ Accept: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1469,20 +969,6 @@ Accept: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1505,21 +991,9 @@ Content-Type: application/json
   &quot;mutatedEntities&quot; : {
     &quot;property1&quot; : [ {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1527,21 +1001,9 @@ Content-Type: application/json
       }
     }, {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1553,18 +1015,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1572,21 +1022,9 @@ Content-Type: application/json
       }
     }, {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1603,18 +1041,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1625,18 +1051,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1648,18 +1062,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1667,21 +1069,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1693,18 +1083,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1712,21 +1090,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1735,21 +1101,9 @@ Content-Type: application/json
   } ],
   &quot;deletedEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1757,21 +1111,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1780,21 +1122,9 @@ Content-Type: application/json
   } ],
   &quot;firstEntityCreated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1806,18 +1136,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1826,21 +1144,9 @@ Content-Type: application/json
   },
   &quot;firstEntityPartialUpdated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -1978,18 +1284,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1997,21 +1291,9 @@ Content-Type: application/json
       }
     }, {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2020,21 +1302,9 @@ Content-Type: application/json
     } ],
     &quot;property2&quot; : [ {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2045,18 +1315,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2070,21 +1328,9 @@ Content-Type: application/json
   },
   &quot;createdEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2095,18 +1341,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2115,21 +1349,9 @@ Content-Type: application/json
   } ],
   &quot;updatedEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2137,21 +1359,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2163,18 +1373,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2185,18 +1383,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2208,18 +1394,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2230,18 +1404,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2253,18 +1415,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2276,18 +1426,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2296,21 +1434,9 @@ Content-Type: application/json
   },
   &quot;firstEntityPartialUpdated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2407,20 +1533,6 @@ Content-Type: application/json
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2430,7 +1542,7 @@ Content-Type: application/json
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
@@ -2449,20 +1561,6 @@ Content-Type: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2490,20 +1588,6 @@ Content-Type: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2584,7 +1668,7 @@ Content-Type: application/json
   &quot;startIndex&quot; : 12345,
   &quot;pageSize&quot; : 12345,
   &quot;totalCount&quot; : 12345,
-  &quot;sortType&quot; : &quot;ASC&quot;,
+  &quot;sortType&quot; : &quot;DESC&quot;,
   &quot;sortBy&quot; : &quot;...&quot;
 }
                 </code>
@@ -2804,18 +1888,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2823,21 +1895,9 @@ Content-Type: application/json
       }
     }, {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2846,21 +1906,9 @@ Content-Type: application/json
     } ],
     &quot;property2&quot; : [ {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2871,18 +1919,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2899,18 +1935,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2918,21 +1942,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2944,18 +1956,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2963,21 +1963,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -2986,21 +1974,9 @@ Content-Type: application/json
   } ],
   &quot;partialUpdatedEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3011,18 +1987,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3031,21 +1995,9 @@ Content-Type: application/json
   } ],
   &quot;deletedEntities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3053,21 +2005,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3079,18 +2019,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3099,21 +2027,9 @@ Content-Type: application/json
   },
   &quot;firstEntityUpdated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3122,21 +2038,9 @@ Content-Type: application/json
   },
   &quot;firstEntityPartialUpdated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3233,20 +2137,6 @@ Content-Type: application/json
         &quot;property2&quot; : { }
       }
     } ],
-    &quot;unassigned&quot; : true,
-    &quot;assigned&quot; : true,
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3275,20 +2165,6 @@ Content-Type: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -3316,20 +2192,6 @@ Content-Type: application/json
           &quot;property2&quot; : { }
         }
       } ],
-      &quot;unassigned&quot; : true,
-      &quot;assigned&quot; : true,
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -3417,7 +2279,7 @@ Accept: application/json
                 <code class="prettyprint language-js">
 {
   &quot;guid&quot; : &quot;...&quot;,
-  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;status&quot; : &quot;ACTIVE&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,
   &quot;createTime&quot; : 12345,
@@ -3436,20 +2298,6 @@ Accept: application/json
       &quot;property2&quot; : { }
     }
   } ],
-  &quot;unassigned&quot; : true,
-  &quot;assigned&quot; : true,
-  &quot;atlasObjectId&quot; : {
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;typeName&quot; : &quot;...&quot;,
-    &quot;uniqueAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;validGuid&quot; : true,
-    &quot;assignedGuid&quot; : true,
-    &quot;unAssignedGuid&quot; : true,
-    &quot;valid&quot; : true
-  },
   &quot;typeName&quot; : &quot;...&quot;,
   &quot;attributes&quot; : {
     &quot;property1&quot; : { },
@@ -3473,18 +2321,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -3492,21 +2328,9 @@ Content-Type: application/json
       }
     }, {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -3515,21 +2339,9 @@ Content-Type: application/json
     } ],
     &quot;property2&quot; : [ {
       &quot;guid&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -3540,18 +2352,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : {
-        &quot;guid&quot; : &quot;...&quot;,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;uniqueAttributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;validGuid&quot; : true,
-        &quot;assignedGuid&quot; : true,
-        &quot;unAssignedGuid&quot; : true,
-        &quot;valid&quot; : true
-      },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -3568,18 +2368,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3587,21 +2375,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3613,18 +2389,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3632,21 +2396,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3658,18 +2410,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3680,18 +2420,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3703,18 +2431,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3722,21 +2438,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3748,18 +2452,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3771,18 +2463,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -3791,21 +2471,9 @@ Content-Type: application/json
   },
   &quot;firstEntityPartialUpdated&quot; : {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&qu

<TRUNCATED>


[7/8] incubator-atlas-website git commit: Updaetd V2 REST API documentation

Posted by ma...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/d3bcb175/api/v2/resource_DiscoveryREST.html
----------------------------------------------------------------------
diff --git a/api/v2/resource_DiscoveryREST.html b/api/v2/resource_DiscoveryREST.html
index 0954097..12e9140 100644
--- a/api/v2/resource_DiscoveryREST.html
+++ b/api/v2/resource_DiscoveryREST.html
@@ -165,24 +165,12 @@ Content-Type: application/json
                 <code class="prettyprint language-js">
 {
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;FULL_TEXT&quot;,
+  &quot;queryType&quot; : &quot;DSL&quot;,
   &quot;entities&quot; : [ {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -190,21 +178,9 @@ Content-Type: application/json
     }
   }, {
     &quot;guid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -221,7 +197,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : { },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -235,7 +210,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : { },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -355,18 +329,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -377,18 +339,6 @@ Content-Type: application/json
     &quot;status&quot; : &quot;DELETED&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;atlasObjectId&quot; : {
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;uniqueAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;validGuid&quot; : true,
-      &quot;assignedGuid&quot; : true,
-      &quot;unAssignedGuid&quot; : true,
-      &quot;valid&quot; : true
-    },
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -405,7 +355,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : { },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -419,7 +368,6 @@ Content-Type: application/json
       &quot;status&quot; : &quot;DELETED&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;atlasObjectId&quot; : { },
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },