You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ap...@apache.org on 2017/10/25 23:12:12 UTC

[1/6] atlas-website git commit: Fix 0.8.1 docs

Repository: atlas-website
Updated Branches:
  refs/heads/asf-site c5b7bdb33 -> 6e80db07f


http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/xml_ns0_atlasBaseModelObject.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/xml_ns0_atlasBaseModelObject.html b/0.8.1/api/v2/xml_ns0_atlasBaseModelObject.html
new file mode 100644
index 0000000..5e74dbf
--- /dev/null
+++ b/0.8.1/api/v2/xml_ns0_atlasBaseModelObject.html
@@ -0,0 +1,151 @@
+<!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: atlasBaseModelObject</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: atlasBaseModelObject</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_atlasBaseModelObject.html">atlasBaseModelObject</a></li>
+        </ol>
+
+      <h1 class="page-header">atlasBaseModelObject <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>
+        <dt>Abstract Type</dt>
+        <dd></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>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>
+        </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;atlasBaseModelObject&gt;
+  &lt;guid&gt;...&lt;/guid&gt;
+&lt;/atlasBaseModelObject&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/6] atlas-website git commit: Fix 0.8.1 docs

Posted by ap...@apache.org.
Fix 0.8.1 docs


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

Branch: refs/heads/asf-site
Commit: 6e80db07f2ce4a1a7ae6e64d6d591e19bf52e1de
Parents: c5b7bdb
Author: apoorvnaik <ap...@apache.org>
Authored: Wed Oct 25 16:11:46 2017 -0700
Committer: apoorvnaik <ap...@apache.org>
Committed: Wed Oct 25 16:11:46 2017 -0700

----------------------------------------------------------------------
 0.8.1/api/v2/application.wadl                   |  165 +-
 0.8.1/api/v2/data.html                          |  116 +-
 0.8.1/api/v2/index.html                         |  142 +-
 0.8.1/api/v2/json_AtlasAttributeDef.html        |   12 +-
 0.8.1/api/v2/json_AtlasBaseModelObject.html     |  136 +
 0.8.1/api/v2/json_AtlasBaseTypeDef.html         |    4 +-
 0.8.1/api/v2/json_AtlasClassificationDef.html   |    8 +-
 0.8.1/api/v2/json_AtlasEntitiesWithExtInfo.html |   18 +-
 0.8.1/api/v2/json_AtlasEntity.html              |   13 -
 0.8.1/api/v2/json_AtlasEntityDef.html           |    6 +-
 0.8.1/api/v2/json_AtlasEntityExtInfo.html       |   10 +-
 0.8.1/api/v2/json_AtlasEntityHeader.html        |    2 +-
 0.8.1/api/v2/json_AtlasEntityWithExtInfo.html   |   16 +-
 0.8.1/api/v2/json_AtlasEnumDef.html             |    2 +-
 0.8.1/api/v2/json_AtlasFullTextResult.html      |    2 +-
 0.8.1/api/v2/json_AtlasLineageInfo.html         |    4 +-
 0.8.1/api/v2/json_AtlasSearchResult.html        |   16 +-
 0.8.1/api/v2/json_AtlasStruct.html              |    2 +-
 0.8.1/api/v2/json_AtlasStructDef.html           |    8 +-
 0.8.1/api/v2/json_AtlasTypeDefHeader.html       |    2 +-
 0.8.1/api/v2/json_AtlasTypesDef.html            |  158 +-
 0.8.1/api/v2/json_AtlasUserSavedSearch.html     |  194 +
 0.8.1/api/v2/json_EntityMutationResponse.html   |   12 +-
 0.8.1/api/v2/json_FilterCriteria.html           |    6 +-
 0.8.1/api/v2/json_Operator.html                 |   16 +
 0.8.1/api/v2/json_SavedSearchType.html          |  122 +
 0.8.1/api/v2/json_SearchParameters.html         |    4 +-
 0.8.1/api/v2/ns0.xsd                            |    8 +
 0.8.1/api/v2/resource_DiscoveryREST.html        |  925 +++-
 0.8.1/api/v2/resource_EntityREST.html           |  192 +-
 0.8.1/api/v2/resource_LineageREST.html          |    4 +-
 0.8.1/api/v2/resource_TypesREST.html            | 1538 +-----
 0.8.1/api/v2/resources.html                     |   26 +-
 0.8.1/api/v2/syntax_json.html                   |  110 +-
 0.8.1/api/v2/syntax_xml.html                    |    6 +
 0.8.1/api/v2/ui/swagger.json                    | 4913 +++++++-----------
 0.8.1/api/v2/xml_ns0_atlasBaseModelObject.html  |  151 +
 37 files changed, 3923 insertions(+), 5146 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/application.wadl
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/application.wadl b/0.8.1/api/v2/application.wadl
index 2b022ce..87c05a0 100644
--- a/0.8.1/api/v2/application.wadl
+++ b/0.8.1/api/v2/application.wadl
@@ -25,32 +25,6 @@ Existing entity is matched using its unique guid if supplied or by its unique at
       </wadl:method>
     </wadl:resource>
 
-    <wadl:resource path="v2/relationship">
-      <wadl:method name="POST">
-        <wadl:doc><![CDATA[Create a new relationship between entities.]]></wadl:doc>
-        <wadl:request>
-          <wadl:representation mediaType="application/json">
-          </wadl:representation>
-        </wadl:request>
-        <wadl:response>
-          <wadl:representation mediaType="application/json"/>
-        </wadl:response>
-      </wadl:method>
-    </wadl:resource>
-
-    <wadl:resource path="v2/relationship">
-      <wadl:method name="PUT">
-        <wadl:doc><![CDATA[Update an existing relationship between entities.]]></wadl:doc>
-        <wadl:request>
-          <wadl:representation mediaType="application/json">
-          </wadl:representation>
-        </wadl:request>
-        <wadl:response>
-          <wadl:representation mediaType="application/json"/>
-        </wadl:response>
-      </wadl:method>
-    </wadl:resource>
-
     <wadl:resource path="v2/entity/bulk">
       <wadl:method name="GET">
         <wadl:doc><![CDATA[Bulk API to retrieve list of entities identified by its GUIDs.]]></wadl:doc>
@@ -294,6 +268,49 @@ Existing entity is matched using its unique guid if supplied or by its unique at
       </wadl:method>
     </wadl:resource>
 
+    <wadl:resource path="v2/search/saved">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[the saved search-object]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[the updated search-object]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="user" style="query">
+            <wadl:doc><![CDATA[User for whom the search is retrieved]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[list of all saved searches for given user]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
     <wadl:resource path="v2/types/typedefs">
       <wadl:method name="GET">
         <wadl:doc><![CDATA[Bulk retrieval API for retrieving all type definitions in Atlas]]></wadl:doc>
@@ -418,28 +435,31 @@ Null updates are not possible]]></wadl:doc>
       </wadl:param>
     </wadl:resource>
 
-    <wadl:resource path="v2/relationship/guid/{guid}">
-      <wadl:method name="GET">
-        <wadl:doc><![CDATA[Get relationship information between entities using guid.]]></wadl:doc>
+    <wadl:resource path="v2/search/saved/{guid}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[]]></wadl:doc>
         <wadl:request>
         </wadl:request>
-        <wadl:response>
-          <wadl:representation mediaType="application/json"/>
-        </wadl:response>
       </wadl:method>
       <wadl:param name="guid" style="template">
-        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:doc><![CDATA[Name of the saved search]]></wadl:doc>
       </wadl:param>
     </wadl:resource>
 
-    <wadl:resource path="v2/relationship/guid/{guid}">
-      <wadl:method name="DELETE">
-        <wadl:doc><![CDATA[Delete a relationship between entities using guid.]]></wadl:doc>
+    <wadl:resource path="v2/search/saved/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[]]></wadl:doc>
         <wadl:request>
+          <wadl:param name="user" style="query">
+            <wadl:doc><![CDATA[User for whom the search is retrieved]]></wadl:doc>
+          </wadl:param>
         </wadl:request>
+        <wadl:response>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
       </wadl:method>
-      <wadl:param name="guid" style="template">
-        <wadl:doc><![CDATA[]]></wadl:doc>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[Name of the saved search]]></wadl:doc>
       </wadl:param>
     </wadl:resource>
 
@@ -544,6 +564,24 @@ Null updates are not possible]]></wadl:doc>
       </wadl:param>
     </wadl:resource>
 
+    <wadl:resource path="v2/search/saved/execute/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="user" style="query">
+            <wadl:doc><![CDATA[saved-search owner]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[name of saved-search]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
     <wadl:resource path="v2/types/classificationdef/guid/{guid}">
       <wadl:method name="GET">
         <wadl:doc><![CDATA[Get the classification definition for the given guid]]></wadl:doc>
@@ -652,42 +690,6 @@ Null updates are not possible]]></wadl:doc>
       </wadl:param>
     </wadl:resource>
 
-    <wadl:resource path="v2/types/relationshipdef/guid/{guid}">
-      <wadl:method name="GET">
-        <wadl:doc><![CDATA[Get the relationship definition for the given guid]]></wadl:doc>
-        <wadl:request>
-        </wadl:request>
-        <wadl:response status="404">
-          <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc>
-        </wadl:response>
-        <wadl:response status="200">
-          <wadl:doc><![CDATA[relationship definition]]></wadl:doc>
-          <wadl:representation mediaType="application/json"/>
-        </wadl:response>
-      </wadl:method>
-      <wadl:param name="guid" style="template">
-        <wadl:doc><![CDATA[relationship guid]]></wadl:doc>
-      </wadl:param>
-    </wadl:resource>
-
-    <wadl:resource path="v2/types/relationshipdef/name/{name}">
-      <wadl:method name="GET">
-        <wadl:doc><![CDATA[Get the relationship definition by it's name (unique)]]></wadl:doc>
-        <wadl:request>
-        </wadl:request>
-        <wadl:response status="404">
-          <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc>
-        </wadl:response>
-        <wadl:response status="200">
-          <wadl:doc><![CDATA[relationship definition]]></wadl:doc>
-          <wadl:representation mediaType="application/json"/>
-        </wadl:response>
-      </wadl:method>
-      <wadl:param name="name" style="template">
-        <wadl:doc><![CDATA[relationship name]]></wadl:doc>
-      </wadl:param>
-    </wadl:resource>
-
     <wadl:resource path="v2/types/structdef/guid/{guid}">
       <wadl:method name="GET">
         <wadl:doc><![CDATA[Get the struct definition for the given guid]]></wadl:doc>
@@ -791,5 +793,20 @@ Null updates are not possible]]></wadl:doc>
         <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc>
       </wadl:param>
     </wadl:resource>
+
+    <wadl:resource path="v2/search/saved/execute/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[Guid identifying saved search]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
   </wadl:resources>
 </wadl:application>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/data.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/data.html b/0.8.1/api/v2/data.html
index b7b255f..65f78b0 100644
--- a/0.8.1/api/v2/data.html
+++ b/0.8.1/api/v2/data.html
@@ -81,6 +81,12 @@
       <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseModelObject.html">
+      <td>  <span class="datatype-name">AtlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AtlasBaseTypeDef.html">
       <td>  <span class="datatype-name">AtlasBaseTypeDef</span>
 </td>
@@ -171,67 +177,12 @@
       <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>
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationship.html">
-      <td>  <span class="datatype-name">AtlasRelationship</span>
-</td>
-      <td>  <span class="datatype-description">Atlas relationship instance.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationshipDef.html">
-      <td>  <span class="datatype-name">AtlasRelationshipDef</span>
-</td>
-      <td>  <span class="datatype-description">AtlasRelationshipDef is a TypeDef that defines a relationship.
-<p>
-As with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.
-The name and the guid are the 2 ways that the RelationshipDef is identified.
-<p>
-RelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally
-whether the end is a container.
-<p>
-RelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>
-RelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>
-RelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.
-<p>
-The way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs
-will not specify an EntityDef type name as their types.
-<p>
-RelationshipDefs introduce new atributes to the entity instances. For example
-<p>
-EntityDef A might have attributes attr1,attr2,attr3 <br>
-EntityDef B might have attributes attr4,attr5,attr6 <br>
-RelationshipDef AtoB might define 2 ends <br>
-
-<pre>
-   end1:  type A, name attr7
-   end2:  type B, name attr8  </pre>
-
-<p>
-When an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>
-When an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8
-<p>
-In this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into
-the entity instances</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationshipEndDef.html">
-      <td>  <span class="datatype-name">AtlasRelationshipEndDef</span>
-</td>
-      <td>  <span class="datatype-description">The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an
-attribute name, cardinality and whether it  is the container end of the relationship.</span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_AtlasSearchResult.html">
       <td>  <span class="datatype-name">AtlasSearchResult</span>
 </td>
@@ -262,6 +213,12 @@ attribute name, cardinality and whether it  is the container end of the relation
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasUserSavedSearch.html">
+      <td>  <span class="datatype-name">AtlasUserSavedSearch</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AttributeSearchResult.html">
       <td>  <span class="datatype-name">AttributeSearchResult</span>
 </td>
@@ -330,39 +287,10 @@ IN, LIKE, startsWith, endsWith, CONTAINS can only be used with strings or text</
       <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_PropagateTags.html">
-      <td>  <span class="datatype-name">PropagateTags</span>
-</td>
-      <td>  <span class="datatype-description">PropagateTags indicates whether tags should propagate across the relationship instance.
-<p>
-Tags can propagate:
-<p>
-NONE - not at all <br>
-ONE_TO_TWO - from end 1 to 2 <br>
-TWO_TO_ONE - from end 2 to 1  <br>
-BOTH - both ways
-<p>
-Care needs to be taken when specifying. The use cases we are aware of where this flag is useful:
-<p>
-- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>
-- propagating classifications around Glossary synonyms - BOTH could be used here.
-<p>
-There is an expectation that further enhancements will allow more granular control of tag propagation and will
-address how to resolve conflicts.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_RelationshipCategory.html">
-      <td>  <span class="datatype-name">RelationshipCategory</span>
-</td>
-      <td>  <span class="datatype-description">The Relationship category determines the style of relationship around containment and lifecycle.
-UML terminology is used for the values.
-<p>
-ASSOCIATION is a relationship with no containment. <br>
-COMPOSITION and AGGREGATION are containment relationships.
-<p>
-The difference being in the lifecycles of the container and its children. In the COMPOSITION case,
-the children cannot exist without the container. For AGGREGATION, the life cycles
-of the container and children are totally independant.</span>
+    <tr class="clickable-row" data-href="json_SavedSearchType.html">
+      <td>  <span class="datatype-name">SavedSearchType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
 </td>
     </tr>
     <tr class="clickable-row" data-href="json_SearchParameters.html">
@@ -383,12 +311,6 @@ of the container and children are totally independant.</span>
       <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="json_Status_AtlasRelationship.html">
-      <td>  <span class="datatype-name">Status</span>
-</td>
-      <td>  <span class="datatype-description"></span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_TypeCategory.html">
       <td>  <span class="datatype-name">TypeCategory</span>
 </td>
@@ -409,6 +331,12 @@ of the container and children are totally independant.</span>
     </tr>
   </thead>
   <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="xml_ns0_atlasBaseModelObject.html">
+      <td>  <span class="datatype-name">atlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="xml_ns0_PList.html">
       <td>  <span class="datatype-name">PList</span>
 </td>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/index.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/index.html b/0.8.1/api/v2/index.html
index 3deb67f..fb9f6c6 100644
--- a/0.8.1/api/v2/index.html
+++ b/0.8.1/api/v2/index.html
@@ -98,12 +98,22 @@
 </samp></li><li><samp>  <span class="resource-path">/v2/search/dsl</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/fulltext</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/relationship</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/execute/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/execute/guid/{guid}</span>
 </samp></li></ul></td>
       <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li></ul></td>
       <td>  <span class="resource-description">REST interface for data discovery using dsl or full text search</span>
 </td>
@@ -140,18 +150,6 @@
       <td>  <span class="resource-description">REST interface for an entity's lineage information</span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="resource_RelationshipREST.html">
-      <td>  <span class="resource-name">RelationshipREST</span>
-</td>
-      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/relationship</span>
-</samp></li><li><samp>  <span class="resource-path">/v2/relationship/guid/{guid}</span>
-</samp></li></ul></td>
-      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
-</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> 
-</samp></li></ul></td>
-      <td>  <span class="resource-description">REST interface for entity relationships.</span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="resource_TypesREST.html">
       <td>  <span class="resource-name">TypesREST</span>
 </td>
@@ -163,8 +161,6 @@
 </samp></li><li><samp>  <span class="resource-path">/v2/types/entitydef/name/{name}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/enumdef/guid/{guid}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/enumdef/name/{name}</span>
-</samp></li><li><samp>  <span class="resource-path">/v2/types/relationshipdef/guid/{guid}</span>
-</samp></li><li><samp>  <span class="resource-path">/v2/types/relationshipdef/name/{name}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/guid/{guid}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/name/{name}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/guid/{guid}</span>
@@ -182,8 +178,6 @@
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
-</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
-</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li></ul></td>
       <td>  <span class="resource-description">REST interface for CRUD operations on type definitions</span>
 </td>
@@ -209,6 +203,12 @@
       <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseModelObject.html">
+      <td>  <span class="datatype-name">AtlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AtlasBaseTypeDef.html">
       <td>  <span class="datatype-name">AtlasBaseTypeDef</span>
 </td>
@@ -299,67 +299,12 @@
       <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>
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationship.html">
-      <td>  <span class="datatype-name">AtlasRelationship</span>
-</td>
-      <td>  <span class="datatype-description">Atlas relationship instance.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationshipDef.html">
-      <td>  <span class="datatype-name">AtlasRelationshipDef</span>
-</td>
-      <td>  <span class="datatype-description">AtlasRelationshipDef is a TypeDef that defines a relationship.
-<p>
-As with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.
-The name and the guid are the 2 ways that the RelationshipDef is identified.
-<p>
-RelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally
-whether the end is a container.
-<p>
-RelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>
-RelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>
-RelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.
-<p>
-The way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs
-will not specify an EntityDef type name as their types.
-<p>
-RelationshipDefs introduce new atributes to the entity instances. For example
-<p>
-EntityDef A might have attributes attr1,attr2,attr3 <br>
-EntityDef B might have attributes attr4,attr5,attr6 <br>
-RelationshipDef AtoB might define 2 ends <br>
-
-<pre>
-   end1:  type A, name attr7
-   end2:  type B, name attr8  </pre>
-
-<p>
-When an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>
-When an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8
-<p>
-In this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into
-the entity instances</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationshipEndDef.html">
-      <td>  <span class="datatype-name">AtlasRelationshipEndDef</span>
-</td>
-      <td>  <span class="datatype-description">The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an
-attribute name, cardinality and whether it  is the container end of the relationship.</span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_AtlasSearchResult.html">
       <td>  <span class="datatype-name">AtlasSearchResult</span>
 </td>
@@ -390,6 +335,12 @@ attribute name, cardinality and whether it  is the container end of the relation
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasUserSavedSearch.html">
+      <td>  <span class="datatype-name">AtlasUserSavedSearch</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AttributeSearchResult.html">
       <td>  <span class="datatype-name">AttributeSearchResult</span>
 </td>
@@ -458,39 +409,10 @@ IN, LIKE, startsWith, endsWith, CONTAINS can only be used with strings or text</
       <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_PropagateTags.html">
-      <td>  <span class="datatype-name">PropagateTags</span>
-</td>
-      <td>  <span class="datatype-description">PropagateTags indicates whether tags should propagate across the relationship instance.
-<p>
-Tags can propagate:
-<p>
-NONE - not at all <br>
-ONE_TO_TWO - from end 1 to 2 <br>
-TWO_TO_ONE - from end 2 to 1  <br>
-BOTH - both ways
-<p>
-Care needs to be taken when specifying. The use cases we are aware of where this flag is useful:
-<p>
-- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>
-- propagating classifications around Glossary synonyms - BOTH could be used here.
-<p>
-There is an expectation that further enhancements will allow more granular control of tag propagation and will
-address how to resolve conflicts.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_RelationshipCategory.html">
-      <td>  <span class="datatype-name">RelationshipCategory</span>
-</td>
-      <td>  <span class="datatype-description">The Relationship category determines the style of relationship around containment and lifecycle.
-UML terminology is used for the values.
-<p>
-ASSOCIATION is a relationship with no containment. <br>
-COMPOSITION and AGGREGATION are containment relationships.
-<p>
-The difference being in the lifecycles of the container and its children. In the COMPOSITION case,
-the children cannot exist without the container. For AGGREGATION, the life cycles
-of the container and children are totally independant.</span>
+    <tr class="clickable-row" data-href="json_SavedSearchType.html">
+      <td>  <span class="datatype-name">SavedSearchType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
 </td>
     </tr>
     <tr class="clickable-row" data-href="json_SearchParameters.html">
@@ -511,12 +433,6 @@ of the container and children are totally independant.</span>
       <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="json_Status_AtlasRelationship.html">
-      <td>  <span class="datatype-name">Status</span>
-</td>
-      <td>  <span class="datatype-description"></span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_TypeCategory.html">
       <td>  <span class="datatype-name">TypeCategory</span>
 </td>
@@ -537,6 +453,12 @@ of the container and children are totally independant.</span>
       </tr>
     </thead>
     <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="xml_ns0_atlasBaseModelObject.html">
+      <td>  <span class="datatype-name">atlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="xml_ns0_PList.html">
       <td>  <span class="datatype-name">PList</span>
 </td>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasAttributeDef.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasAttributeDef.html b/0.8.1/api/v2/json_AtlasAttributeDef.html
index 8b69598..cb8706c 100644
--- a/0.8.1/api/v2/json_AtlasAttributeDef.html
+++ b/0.8.1/api/v2/json_AtlasAttributeDef.html
@@ -151,15 +151,6 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">defaultValue</span>
-</td>
-          <td>  <span class="datatype-reference">string
-</span>
-</td>
-          <td>  <span class="property-description"></span>
-</td>
-        </tr>
-        <tr>
           <td>  <span class="property-name">constraints</span>
 </td>
           <td>  <span class="datatype-reference">array of <a href="json_AtlasConstraintDef.html">AtlasConstraintDef</a>
@@ -177,12 +168,11 @@
   &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;defaultValue&quot; : &quot;...&quot;,
   &quot;constraints&quot; : [ {
     &quot;type&quot; : &quot;...&quot;,
     &quot;params&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasBaseModelObject.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasBaseModelObject.html b/0.8.1/api/v2/json_AtlasBaseModelObject.html
new file mode 100644
index 0000000..b718547
--- /dev/null
+++ b/0.8.1/api/v2/json_AtlasBaseModelObject.html
@@ -0,0 +1,136 @@
+<!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: AtlasBaseModelObject</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: AtlasBaseModelObject</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasBaseModelObject <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+
+      <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;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasBaseTypeDef.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasBaseTypeDef.html b/0.8.1/api/v2/json_AtlasBaseTypeDef.html
index 2053750..07287e7 100644
--- a/0.8.1/api/v2/json_AtlasBaseTypeDef.html
+++ b/0.8.1/api/v2/json_AtlasBaseTypeDef.html
@@ -69,7 +69,7 @@
         <dt>Abstract Type</dt>
         <dd></dd>
         <dt>Subtypes</dt>
-        <dd><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>, <a href="json_AtlasStructDef.html">AtlasStructDef</a>, <a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>, <a href="json_AtlasEnumDef.html">AtlasEnumDef</a>, <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a></dd>
+        <dd><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>, <a href="json_AtlasStructDef.html">AtlasStructDef</a>, <a href="json_AtlasEnumDef.html">AtlasEnumDef</a>, <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a></dd>
       </dl>
 
       <table class="table datatype-properties">
@@ -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;RELATIONSHIP&quot;,
+  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasClassificationDef.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasClassificationDef.html b/0.8.1/api/v2/json_AtlasClassificationDef.html
index 1b697fc..adb3e70 100644
--- a/0.8.1/api/v2/json_AtlasClassificationDef.html
+++ b/0.8.1/api/v2/json_AtlasClassificationDef.html
@@ -180,12 +180,11 @@
     &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;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -203,12 +202,11 @@
     &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;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -223,7 +221,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/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasEntitiesWithExtInfo.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasEntitiesWithExtInfo.html b/0.8.1/api/v2/json_AtlasEntitiesWithExtInfo.html
index e14eb3a..ebf5fd1 100644
--- a/0.8.1/api/v2/json_AtlasEntitiesWithExtInfo.html
+++ b/0.8.1/api/v2/json_AtlasEntitiesWithExtInfo.html
@@ -112,10 +112,6 @@
     &quot;createTime&quot; : 12345,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -142,10 +138,6 @@
     &quot;createTime&quot; : 12345,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -168,16 +160,12 @@
   &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,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -205,10 +193,6 @@
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasEntity.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasEntity.html b/0.8.1/api/v2/json_AtlasEntity.html
index 9df8d3f..31fafa5 100644
--- a/0.8.1/api/v2/json_AtlasEntity.html
+++ b/0.8.1/api/v2/json_AtlasEntity.html
@@ -142,15 +142,6 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">relationshipAttributes</span>
-</td>
-          <td>  <span class="datatype-reference">map of object
-</span>
-</td>
-          <td>  <span class="property-description"></span>
-</td>
-        </tr>
-        <tr>
           <td>  <span class="property-name">classifications</span>
 </td>
           <td>  <span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
@@ -189,10 +180,6 @@
   &quot;createTime&quot; : 12345,
   &quot;updateTime&quot; : 12345,
   &quot;version&quot; : 12345,
-  &quot;relationshipAttributes&quot; : {
-    &quot;property1&quot; : { },
-    &quot;property2&quot; : { }
-  },
   &quot;classifications&quot; : [ {
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;attributes&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasEntityDef.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasEntityDef.html b/0.8.1/api/v2/json_AtlasEntityDef.html
index 339ec8d..ec0a0a1 100644
--- a/0.8.1/api/v2/json_AtlasEntityDef.html
+++ b/0.8.1/api/v2/json_AtlasEntityDef.html
@@ -185,7 +185,6 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
     &quot;isIndexable&quot; : true,
-    &quot;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -203,12 +202,11 @@
     &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;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -223,7 +221,7 @@
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;ARRAY&quot;,
+  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;updatedBy&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasEntityExtInfo.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasEntityExtInfo.html b/0.8.1/api/v2/json_AtlasEntityExtInfo.html
index ee72a3b..f4e443a 100644
--- a/0.8.1/api/v2/json_AtlasEntityExtInfo.html
+++ b/0.8.1/api/v2/json_AtlasEntityExtInfo.html
@@ -104,10 +104,6 @@
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -129,16 +125,12 @@
     },
     &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,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasEntityHeader.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasEntityHeader.html b/0.8.1/api/v2/json_AtlasEntityHeader.html
index b255a32..77999b9 100644
--- a/0.8.1/api/v2/json_AtlasEntityHeader.html
+++ b/0.8.1/api/v2/json_AtlasEntityHeader.html
@@ -138,7 +138,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;displayText&quot; : &quot;...&quot;,
   &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;typeName&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasEntityWithExtInfo.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasEntityWithExtInfo.html b/0.8.1/api/v2/json_AtlasEntityWithExtInfo.html
index 044aa22..0814c2e 100644
--- a/0.8.1/api/v2/json_AtlasEntityWithExtInfo.html
+++ b/0.8.1/api/v2/json_AtlasEntityWithExtInfo.html
@@ -106,16 +106,12 @@
       <pre class="prettyprint language-js example">{
   &quot;entity&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,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -144,10 +140,6 @@
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -169,16 +161,12 @@
     },
     &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,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasEnumDef.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasEnumDef.html b/0.8.1/api/v2/json_AtlasEnumDef.html
index b71f9bc..c428dec 100644
--- a/0.8.1/api/v2/json_AtlasEnumDef.html
+++ b/0.8.1/api/v2/json_AtlasEnumDef.html
@@ -183,7 +183,7 @@
     &quot;ordinal&quot; : 12345
   } ],
   &quot;defaultValue&quot; : &quot;...&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;,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasFullTextResult.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasFullTextResult.html b/0.8.1/api/v2/json_AtlasFullTextResult.html
index 9da325d..e8f99f4 100644
--- a/0.8.1/api/v2/json_AtlasFullTextResult.html
+++ b/0.8.1/api/v2/json_AtlasFullTextResult.html
@@ -104,7 +104,7 @@
       <pre class="prettyprint language-js example">{
   &quot;entity&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;typeName&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasLineageInfo.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasLineageInfo.html b/0.8.1/api/v2/json_AtlasLineageInfo.html
index 1bb1d9b..44f065d 100644
--- a/0.8.1/api/v2/json_AtlasLineageInfo.html
+++ b/0.8.1/api/v2/json_AtlasLineageInfo.html
@@ -133,7 +133,7 @@
   &quot;guidEntityMap&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;typeName&quot; : &quot;...&quot;,
@@ -161,7 +161,7 @@
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;toEntityId&quot; : &quot;...&quot;
   } ],
-  &quot;lineageDirection&quot; : &quot;OUTPUT&quot;,
+  &quot;lineageDirection&quot; : &quot;INPUT&quot;,
   &quot;lineageDepth&quot; : 12345
 }</pre>
 

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasSearchResult.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasSearchResult.html b/0.8.1/api/v2/json_AtlasSearchResult.html
index bd8b71b..013c497 100644
--- a/0.8.1/api/v2/json_AtlasSearchResult.html
+++ b/0.8.1/api/v2/json_AtlasSearchResult.html
@@ -165,7 +165,7 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;queryType&quot; : &quot;ATTRIBUTE&quot;,
+  &quot;queryType&quot; : &quot;BASIC&quot;,
   &quot;searchParameters&quot; : {
     &quot;query&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -175,14 +175,14 @@
     &quot;offset&quot; : 12345,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;GTE&quot;,
+      &quot;operator&quot; : &quot;EQ&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;LTE&quot;,
+      &quot;operator&quot; : &quot;NOT_NULL&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ]
@@ -194,7 +194,7 @@
   &quot;classification&quot; : &quot;...&quot;,
   &quot;entities&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;typeName&quot; : &quot;...&quot;,
@@ -220,7 +220,7 @@
   &quot;fullTextResult&quot; : [ {
     &quot;entity&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;typeName&quot; : &quot;...&quot;,
@@ -233,7 +233,7 @@
   }, {
     &quot;entity&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;typeName&quot; : &quot;...&quot;,
@@ -247,7 +247,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;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;typeName&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasStruct.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasStruct.html b/0.8.1/api/v2/json_AtlasStruct.html
index 5fe86c3..57a0687 100644
--- a/0.8.1/api/v2/json_AtlasStruct.html
+++ b/0.8.1/api/v2/json_AtlasStruct.html
@@ -67,7 +67,7 @@
 
       <dl class="dl-horizontal">
         <dt>Subtypes</dt>
-        <dd><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>, <a href="json_AtlasEntity.html">AtlasEntity</a>, <a href="json_AtlasClassification.html">AtlasClassification</a>, <a href="json_AtlasRelationship.html">AtlasRelationship</a></dd>
+        <dd><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>, <a href="json_AtlasEntity.html">AtlasEntity</a>, <a href="json_AtlasClassification.html">AtlasClassification</a></dd>
       </dl>
 
       <table class="table datatype-properties">

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasStructDef.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasStructDef.html b/0.8.1/api/v2/json_AtlasStructDef.html
index c5ccae7..fa48f4a 100644
--- a/0.8.1/api/v2/json_AtlasStructDef.html
+++ b/0.8.1/api/v2/json_AtlasStructDef.html
@@ -67,7 +67,7 @@
 
       <dl class="dl-horizontal">
         <dt>Subtypes</dt>
-        <dd><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>, <a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>, <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a></dd>
+        <dd><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>, <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a></dd>
       </dl>
 
       <table class="table datatype-properties">
@@ -175,7 +175,6 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
     &quot;isIndexable&quot; : true,
-    &quot;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -193,12 +192,11 @@
     &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;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -213,7 +211,7 @@
       }
     } ]
   } ],
-  &quot;category&quot; : &quot;ENUM&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/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasTypeDefHeader.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasTypeDefHeader.html b/0.8.1/api/v2/json_AtlasTypeDefHeader.html
index c2257df..0d4e1a8 100644
--- a/0.8.1/api/v2/json_AtlasTypeDefHeader.html
+++ b/0.8.1/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;RELATIONSHIP&quot;
+  &quot;category&quot; : &quot;PRIMITIVE&quot;
 }</pre>
 
         <footer class="footer">

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_AtlasTypesDef.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_AtlasTypesDef.html b/0.8.1/api/v2/json_AtlasTypesDef.html
index f51b8ed..49e9794 100644
--- a/0.8.1/api/v2/json_AtlasTypesDef.html
+++ b/0.8.1/api/v2/json_AtlasTypesDef.html
@@ -115,15 +115,6 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">relationshipDefs</span>
-</td>
-          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>
-</span>
-</td>
-          <td>  <span class="property-description"></span>
-</td>
-        </tr>
-        <tr>
           <td>  <span class="property-name">empty</span>
 </td>
           <td>  <span class="datatype-reference">boolean
@@ -149,7 +140,7 @@
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -174,7 +165,7 @@
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&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;,
@@ -199,21 +190,19 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -237,7 +226,6 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -248,10 +236,9 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -277,21 +264,19 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -311,26 +296,24 @@
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -351,12 +334,11 @@
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -367,10 +349,9 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -395,132 +376,19 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
-    &quot;propagateTags&quot; : &quot;BOTH&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  }, {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
       &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &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;,

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

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_EntityMutationResponse.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_EntityMutationResponse.html b/0.8.1/api/v2/json_EntityMutationResponse.html
index dee12c0..3e4dd09 100644
--- a/0.8.1/api/v2/json_EntityMutationResponse.html
+++ b/0.8.1/api/v2/json_EntityMutationResponse.html
@@ -168,7 +168,7 @@
   &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;typeName&quot; : &quot;...&quot;,
@@ -215,7 +215,7 @@
   },
   &quot;createdEntities&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;typeName&quot; : &quot;...&quot;,
@@ -225,7 +225,7 @@
     }
   }, {
     &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;typeName&quot; : &quot;...&quot;,
@@ -288,7 +288,7 @@
     }
   }, {
     &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;typeName&quot; : &quot;...&quot;,
@@ -310,7 +310,7 @@
   },
   &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;typeName&quot; : &quot;...&quot;,
@@ -321,7 +321,7 @@
   },
   &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;typeName&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_FilterCriteria.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_FilterCriteria.html b/0.8.1/api/v2/json_FilterCriteria.html
index fddf5b3..b9e7f19 100644
--- a/0.8.1/api/v2/json_FilterCriteria.html
+++ b/0.8.1/api/v2/json_FilterCriteria.html
@@ -135,13 +135,13 @@
   &quot;condition&quot; : &quot;OR&quot;,
   &quot;criterion&quot; : [ {
     &quot;attributeName&quot; : &quot;...&quot;,
-    &quot;operator&quot; : &quot;LIKE&quot;,
+    &quot;operator&quot; : &quot;IS_NULL&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
-    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
     &quot;criterion&quot; : [ { }, { } ]
   }, {
     &quot;attributeName&quot; : &quot;...&quot;,
-    &quot;operator&quot; : &quot;IN&quot;,
+    &quot;operator&quot; : &quot;IS_NULL&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
     &quot;condition&quot; : &quot;AND&quot;,
     &quot;criterion&quot; : [ { }, { } ]

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_Operator.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_Operator.html b/0.8.1/api/v2/json_Operator.html
index 333b019..907b4e8 100644
--- a/0.8.1/api/v2/json_Operator.html
+++ b/0.8.1/api/v2/json_Operator.html
@@ -123,6 +123,22 @@ IN, LIKE, startsWith, endsWith, CONTAINS can only be used with strings or text</
           <td><span class="value-value">CONTAINS</span></td>
           <td><span class="value-description"></span></td>
         </tr>
+        <tr>
+          <td><span class="value-value">CONTAINS_ANY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">CONTAINS_ALL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">IS_NULL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">NOT_NULL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
         </tbody>
       </table>
 

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_SavedSearchType.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_SavedSearchType.html b/0.8.1/api/v2/json_SavedSearchType.html
new file mode 100644
index 0000000..124df53
--- /dev/null
+++ b/0.8.1/api/v2/json_SavedSearchType.html
@@ -0,0 +1,122 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: SavedSearchType</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: SavedSearchType</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_SavedSearchType.html">SavedSearchType</a></li>
+        </ol>
+
+      <h1 class="page-header">SavedSearchType <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value">BASIC</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value">ADVANCED</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>



[2/6] atlas-website git commit: Fix 0.8.1 docs

Posted by ap...@apache.org.
http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/ui/swagger.json
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/ui/swagger.json b/0.8.1/api/v2/ui/swagger.json
index c2ecdeb..7d01062 100644
--- a/0.8.1/api/v2/ui/swagger.json
+++ b/0.8.1/api/v2/ui/swagger.json
@@ -6,7 +6,7 @@
       "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt",
       "name" : "The Apache Software License, Version 2.0"
     },
-    "version" : "0.8.1",
+    "version" : "0.8.2-SNAPSHOT",
     "title" : "Atlas REST API"
   },
   "schemes" : [],
@@ -30,12 +30,6 @@
     }
     ,
     {
-      "name" : "RelationshipREST"
-      ,
-      "description" : "REST interface for entity relationships."
-    }
-    ,
-    {
       "name" : "TypesREST"
       ,
       "description" : "REST interface for CRUD operations on type definitions."
@@ -78,10 +72,6 @@
 "description" : "",
 "type" : "boolean"
             },
-            "defaultValue" : {
-"description" : "",
-"type" : "string"
-            },
             "constraints" : {
 "description" : "",
 "type" : "array",
@@ -94,12 +84,11 @@
   "name" : "...",
   "typeName" : "...",
   "isOptional" : true,
-  "cardinality" : "SET",
+  "cardinality" : "LIST",
   "valuesMinCount" : 12345,
   "valuesMaxCount" : 12345,
   "isUnique" : true,
   "isIndexable" : true,
-  "defaultValue" : "...",
   "constraints" : [ {
     "type" : "...",
     "params" : {
@@ -117,6 +106,21 @@
       "description" : "class that captures details of a struct-attribute."
     }
     ,
+    "json_AtlasBaseModelObject" : {
+      "type" : "object",
+      "title" : "AtlasBaseModelObject",
+          "properties" : {
+            "guid" : {
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
     "json_AtlasBaseTypeDef" : {
       "type" : "object",
       "title" : "AtlasBaseTypeDef",
@@ -233,12 +237,11 @@
     "name" : "...",
     "typeName" : "...",
     "isOptional" : true,
-    "cardinality" : "LIST",
+    "cardinality" : "SINGLE",
     "valuesMinCount" : 12345,
     "valuesMaxCount" : 12345,
     "isUnique" : true,
     "isIndexable" : true,
-    "defaultValue" : "...",
     "constraints" : [ {
       "type" : "...",
       "params" : {
@@ -256,12 +259,11 @@
     "name" : "...",
     "typeName" : "...",
     "isOptional" : true,
-    "cardinality" : "LIST",
+    "cardinality" : "SINGLE",
     "valuesMinCount" : 12345,
     "valuesMaxCount" : 12345,
     "isUnique" : true,
     "isIndexable" : true,
-    "defaultValue" : "...",
     "constraints" : [ {
       "type" : "...",
       "params" : {
@@ -276,7 +278,7 @@
       }
     } ]
   } ],
-  "category" : "CLASSIFICATION",
+  "category" : "ARRAY",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -309,7 +311,7 @@
   "startIndex" : 12345,
   "pageSize" : 12345,
   "totalCount" : 12345,
-  "sortType" : "NONE",
+  "sortType" : "DESC",
   "sortBy" : "..."
 },
       "description" : "REST serialization friendly list."
@@ -369,10 +371,6 @@
     "createTime" : 12345,
     "updateTime" : 12345,
     "version" : 12345,
-    "relationshipAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
     "classifications" : [ {
       "typeName" : "...",
       "attributes" : {
@@ -393,16 +391,12 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "createdBy" : "...",
     "updatedBy" : "...",
     "createTime" : 12345,
     "updateTime" : 12345,
     "version" : 12345,
-    "relationshipAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
     "classifications" : [ {
       "typeName" : "...",
       "attributes" : {
@@ -431,10 +425,6 @@
       "createTime" : 12345,
       "updateTime" : 12345,
       "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
       "classifications" : [ {
         "typeName" : "...",
         "attributes" : {
@@ -456,16 +446,12 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "createdBy" : "...",
       "updatedBy" : "...",
       "createTime" : 12345,
       "updateTime" : 12345,
       "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
       "classifications" : [ {
         "typeName" : "...",
         "attributes" : {
@@ -527,13 +513,6 @@
 "description" : "",
 "type" : "number"
             },
-            "relationshipAttributes" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "type" : "object"
-}
-            },
             "classifications" : {
 "description" : "",
 "type" : "array",
@@ -546,16 +525,12 @@
       ],
       "example" : {
   "guid" : "...",
-  "status" : "DELETED",
+  "status" : "ACTIVE",
   "createdBy" : "...",
   "updatedBy" : "...",
   "createTime" : 12345,
   "updateTime" : 12345,
   "version" : 12345,
-  "relationshipAttributes" : {
-    "property1" : { },
-    "property2" : { }
-  },
   "classifications" : [ {
     "typeName" : "...",
     "attributes" : {
@@ -603,12 +578,11 @@
     "name" : "...",
     "typeName" : "...",
     "isOptional" : true,
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "valuesMinCount" : 12345,
     "valuesMaxCount" : 12345,
     "isUnique" : true,
     "isIndexable" : true,
-    "defaultValue" : "...",
     "constraints" : [ {
       "type" : "...",
       "params" : {
@@ -631,7 +605,6 @@
     "valuesMaxCount" : 12345,
     "isUnique" : true,
     "isIndexable" : true,
-    "defaultValue" : "...",
     "constraints" : [ {
       "type" : "...",
       "params" : {
@@ -646,7 +619,7 @@
       }
     } ]
   } ],
-  "category" : "ENTITY",
+  "category" : "MAP",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -686,10 +659,6 @@
       "createTime" : 12345,
       "updateTime" : 12345,
       "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
       "classifications" : [ {
         "typeName" : "...",
         "attributes" : {
@@ -711,16 +680,12 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "createdBy" : "...",
       "updatedBy" : "...",
       "createTime" : 12345,
       "updateTime" : 12345,
       "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
       "classifications" : [ {
         "typeName" : "...",
         "attributes" : {
@@ -815,10 +780,6 @@
     "createTime" : 12345,
     "updateTime" : 12345,
     "version" : 12345,
-    "relationshipAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
     "classifications" : [ {
       "typeName" : "...",
       "attributes" : {
@@ -841,16 +802,12 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "createdBy" : "...",
       "updatedBy" : "...",
       "createTime" : 12345,
       "updateTime" : 12345,
       "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
       "classifications" : [ {
         "typeName" : "...",
         "attributes" : {
@@ -872,16 +829,12 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "createdBy" : "...",
       "updatedBy" : "...",
       "createTime" : 12345,
       "updateTime" : 12345,
       "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
       "classifications" : [ {
         "typeName" : "...",
         "attributes" : {
@@ -940,7 +893,7 @@
     "ordinal" : 12345
   } ],
   "defaultValue" : "...",
-  "category" : "ARRAY",
+  "category" : "ENTITY",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -1049,7 +1002,7 @@
   "guidEntityMap" : {
     "property1" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -1060,7 +1013,7 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -1077,43 +1030,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"
-}
-            }
-          },
-      "example" : {
-  "guid" : "...",
-  "typeName" : "...",
-  "uniqueAttributes" : {
-    "property1" : { },
-    "property2" : { }
-  }
-},
-      "description" : "Reference to an object-instance of an Atlas type - like entity."
-    }
-    ,
     "json_AtlasQueryType" : {
       "type" : "string",
       "title" : "AtlasQueryType",
@@ -1128,344 +1050,108 @@
       "description" : ""
     }
     ,
-    "json_AtlasRelationship" : {
+    "json_AtlasSearchResult" : {
       "type" : "object",
-      "title" : "AtlasRelationship",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasStruct"
-        },
-        {
+      "title" : "AtlasSearchResult",
           "properties" : {
-            "guid" : {
+            "queryType" : {
 "description" : "",
-"type" : "string"
+"$ref" : "#/definitions/json_AtlasQueryType"
             },
-            "status" : {
+            "searchParameters" : {
 "description" : "",
-"$ref" : "#/definitions/json_Status_AtlasRelationship"
+"$ref" : "#/definitions/json_SearchParameters"
             },
-            "createdBy" : {
+            "queryText" : {
 "description" : "",
 "type" : "string"
             },
-            "updatedBy" : {
+            "type" : {
 "description" : "",
 "type" : "string"
             },
-            "createTime" : {
-"description" : "",
-"type" : "number"
-            },
-            "updateTime" : {
+            "classification" : {
 "description" : "",
-"type" : "number"
+"type" : "string"
             },
-            "version" : {
+            "entities" : {
 "description" : "",
-"type" : "number"
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasEntityHeader"
+}
             },
-            "end1" : {
+            "attributes" : {
 "description" : "",
-"$ref" : "#/definitions/json_AtlasObjectId"
+"$ref" : "#/definitions/json_AttributeSearchResult"
             },
-            "end2" : {
+            "fullTextResult" : {
 "description" : "",
-"$ref" : "#/definitions/json_AtlasObjectId"
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasFullTextResult"
+}
             },
-            "label" : {
+            "referredEntities" : {
 "description" : "",
-"type" : "string"
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/json_AtlasEntityHeader"
+}
             }
-          }
-        }
-      ],
+          },
       "example" : {
-  "guid" : "...",
-  "status" : "ACTIVE",
-  "createdBy" : "...",
-  "updatedBy" : "...",
-  "createTime" : 12345,
-  "updateTime" : 12345,
-  "version" : 12345,
-  "end1" : {
+  "queryType" : "GREMLIN",
+  "searchParameters" : {
+    "query" : "...",
+    "typeName" : "...",
+    "classification" : "...",
+    "excludeDeletedEntities" : true,
+    "limit" : 12345,
+    "offset" : 12345,
+    "entityFilters" : {
+      "attributeName" : "...",
+      "operator" : "NEQ",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ]
+    },
+    "tagFilters" : {
+      "attributeName" : "...",
+      "operator" : "EQ",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ]
+    },
+    "attributes" : [ "...", "..." ]
+  },
+  "queryText" : "...",
+  "type" : "...",
+  "classification" : "...",
+  "entities" : [ {
     "guid" : "...",
+    "status" : "ACTIVE",
+    "displayText" : "...",
+    "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
-    "uniqueAttributes" : {
+    "attributes" : {
       "property1" : { },
       "property2" : { }
     }
-  },
-  "end2" : {
+  }, {
     "guid" : "...",
+    "status" : "DELETED",
+    "displayText" : "...",
+    "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
-    "uniqueAttributes" : {
+    "attributes" : {
       "property1" : { },
       "property2" : { }
     }
-  },
-  "label" : "...",
-  "typeName" : "...",
+  } ],
   "attributes" : {
-    "property1" : { },
-    "property2" : { }
-  }
-},
-      "description" : "Atlas relationship instance."
-    }
-    ,
-    "json_AtlasRelationshipDef" : {
-      "type" : "object",
-      "title" : "AtlasRelationshipDef",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasStructDef"
-        },
-        {
-          "properties" : {
-            "relationshipCategory" : {
-"description" : "",
-"$ref" : "#/definitions/json_RelationshipCategory"
-            },
-            "propagateTags" : {
-"description" : "",
-"$ref" : "#/definitions/json_PropagateTags"
-            },
-            "endDef1" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasRelationshipEndDef"
-            },
-            "endDef2" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasRelationshipEndDef"
-            },
-            "relationshipLabel" : {
-"description" : "",
-"type" : "string"
-            }
-          }
-        }
-      ],
-      "example" : {
-  "relationshipCategory" : "COMPOSITION",
-  "propagateTags" : "TWO_TO_ONE",
-  "endDef1" : {
-    "type" : "...",
-    "name" : "...",
-    "isContainer" : true,
-    "cardinality" : "SET",
-    "isLegacyAttribute" : true
-  },
-  "endDef2" : {
-    "type" : "...",
-    "name" : "...",
-    "isContainer" : true,
-    "cardinality" : "SET",
-    "isLegacyAttribute" : true
-  },
-  "relationshipLabel" : "...",
-  "attributeDefs" : [ {
-    "name" : "...",
-    "typeName" : "...",
-    "isOptional" : true,
-    "cardinality" : "LIST",
-    "valuesMinCount" : 12345,
-    "valuesMaxCount" : 12345,
-    "isUnique" : true,
-    "isIndexable" : true,
-    "defaultValue" : "...",
-    "constraints" : [ {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ]
-  }, {
-    "name" : "...",
-    "typeName" : "...",
-    "isOptional" : true,
-    "cardinality" : "SET",
-    "valuesMinCount" : 12345,
-    "valuesMaxCount" : 12345,
-    "isUnique" : true,
-    "isIndexable" : true,
-    "defaultValue" : "...",
-    "constraints" : [ {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ]
-  } ],
-  "category" : "ENUM",
-  "guid" : "...",
-  "createdBy" : "...",
-  "updatedBy" : "...",
-  "createTime" : 12345,
-  "updateTime" : 12345,
-  "version" : 12345,
-  "name" : "...",
-  "description" : "...",
-  "typeVersion" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  }
-},
-      "description" : "AtlasRelationshipDef is a TypeDef that defines a relationship.\n<p>\nAs with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.\nThe name and the guid are the 2 ways that the RelationshipDef is identified.\n<p>\nRelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally\nwhether the end is a container.\n<p>\nRelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>\nRelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>\nRelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.\n<p>\nThe way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs\nwill not specify an EntityDef type name as their types.\n<p>\nRelationshipDefs introduce new atributes to the entity instances. For exa
 mple\n<p>\nEntityDef A might have attributes attr1,attr2,attr3 <br>\nEntityDef B might have attributes attr4,attr5,attr6 <br>\nRelationshipDef AtoB might define 2 ends <br>\n\n<pre>\n   end1:  type A, name attr7\n   end2:  type B, name attr8  <\/pre>\n\n<p>\nWhen an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>\nWhen an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8\n<p>\nIn this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into\nthe entity instances"
-    }
-    ,
-    "json_AtlasRelationshipEndDef" : {
-      "type" : "object",
-      "title" : "AtlasRelationshipEndDef",
-          "properties" : {
-            "type" : {
-"description" : "",
-"type" : "string"
-            },
-            "name" : {
-"description" : "",
-"type" : "string"
-            },
-            "isContainer" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "cardinality" : {
-"description" : "",
-"$ref" : "#/definitions/json_Cardinality"
-            },
-            "isLegacyAttribute" : {
-"description" : "",
-"type" : "boolean"
-            }
-          },
-      "example" : {
-  "type" : "...",
-  "name" : "...",
-  "isContainer" : true,
-  "cardinality" : "LIST",
-  "isLegacyAttribute" : true
-},
-      "description" : "The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an\nattribute name, cardinality and whether it  is the container end of the relationship."
-    }
-    ,
-    "json_AtlasSearchResult" : {
-      "type" : "object",
-      "title" : "AtlasSearchResult",
-          "properties" : {
-            "queryType" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasQueryType"
-            },
-            "searchParameters" : {
-"description" : "",
-"$ref" : "#/definitions/json_SearchParameters"
-            },
-            "queryText" : {
-"description" : "",
-"type" : "string"
-            },
-            "type" : {
-"description" : "",
-"type" : "string"
-            },
-            "classification" : {
-"description" : "",
-"type" : "string"
-            },
-            "entities" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            },
-            "attributes" : {
-"description" : "",
-"$ref" : "#/definitions/json_AttributeSearchResult"
-            },
-            "fullTextResult" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasFullTextResult"
-}
-            },
-            "referredEntities" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            }
-          },
-      "example" : {
-  "queryType" : "FULL_TEXT",
-  "searchParameters" : {
-    "query" : "...",
-    "typeName" : "...",
-    "classification" : "...",
-    "excludeDeletedEntities" : true,
-    "limit" : 12345,
-    "offset" : 12345,
-    "entityFilters" : {
-      "attributeName" : "...",
-      "operator" : "ENDS_WITH",
-      "attributeValue" : "...",
-      "condition" : "OR",
-      "criterion" : [ { }, { } ]
-    },
-    "tagFilters" : {
-      "attributeName" : "...",
-      "operator" : "STARTS_WITH",
-      "attributeValue" : "...",
-      "condition" : "OR",
-      "criterion" : [ { }, { } ]
-    },
-    "attributes" : [ "...", "..." ]
-  },
-  "queryText" : "...",
-  "type" : "...",
-  "classification" : "...",
-  "entities" : [ {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "attributes" : {
-    "name" : [ "...", "..." ],
-    "values" : [ ]
+    "name" : [ "...", "..." ],
+    "values" : [ ]
   },
   "fullTextResult" : [ {
     "entity" : {
@@ -1483,7 +1169,7 @@
   }, {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -1577,7 +1263,6 @@
     "valuesMaxCount" : 12345,
     "isUnique" : true,
     "isIndexable" : true,
-    "defaultValue" : "...",
     "constraints" : [ {
       "type" : "...",
       "params" : {
@@ -1600,7 +1285,6 @@
     "valuesMaxCount" : 12345,
     "isUnique" : true,
     "isIndexable" : true,
-    "defaultValue" : "...",
     "constraints" : [ {
       "type" : "...",
       "params" : {
@@ -1615,7 +1299,7 @@
       }
     } ]
   } ],
-  "category" : "CLASSIFICATION",
+  "category" : "OBJECT_ID_TYPE",
   "guid" : "...",
   "createdBy" : "...",
   "updatedBy" : "...",
@@ -1653,7 +1337,7 @@
       "example" : {
   "guid" : "...",
   "name" : "...",
-  "category" : "PRIMITIVE"
+  "category" : "CLASSIFICATION"
 },
       "description" : ""
     }
@@ -1690,13 +1374,6 @@
   "$ref" : "#/definitions/json_AtlasEntityDef"
 }
             },
-            "relationshipDefs" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasRelationshipDef"
-}
-            },
             "empty" : {
 "description" : "",
 "type" : "boolean"
@@ -1714,7 +1391,7 @@
       "ordinal" : 12345
     } ],
     "defaultValue" : "...",
-    "category" : "OBJECT_ID_TYPE",
+    "category" : "MAP",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1739,7 +1416,7 @@
       "ordinal" : 12345
     } ],
     "defaultValue" : "...",
-    "category" : "ARRAY",
+    "category" : "CLASSIFICATION",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1764,7 +1441,6 @@
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     }, {
       "name" : "...",
@@ -1775,10 +1451,9 @@
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "STRUCT",
+    "category" : "MAP",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1797,26 +1472,24 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     }, {
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "ENTITY",
+    "category" : "MAP",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1842,21 +1515,19 @@
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     }, {
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "ARRAY",
+    "category" : "PRIMITIVE",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1876,23 +1547,21 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     }, {
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     } ],
     "category" : "STRUCT",
@@ -1921,21 +1590,19 @@
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     }, {
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "LIST",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "CLASSIFICATION",
+    "category" : "PRIMITIVE",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1955,26 +1622,24 @@
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     }, {
       "name" : "...",
       "typeName" : "...",
       "isOptional" : true,
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "valuesMinCount" : 12345,
       "valuesMaxCount" : 12345,
       "isUnique" : true,
       "isIndexable" : true,
-      "defaultValue" : "...",
       "constraints" : [ { }, { } ]
     } ],
-    "category" : "ARRAY",
+    "category" : "RELATIONSHIP",
     "guid" : "...",
     "createdBy" : "...",
     "updatedBy" : "...",
@@ -1989,118 +1654,67 @@
       "property2" : "..."
     }
   } ],
-  "relationshipDefs" : [ {
-    "relationshipCategory" : "ASSOCIATION",
-    "propagateTags" : "BOTH",
-    "endDef1" : {
-      "type" : "...",
-      "name" : "...",
-      "isContainer" : true,
-      "cardinality" : "SINGLE",
-      "isLegacyAttribute" : true
-    },
-    "endDef2" : {
-      "type" : "...",
-      "name" : "...",
-      "isContainer" : true,
-      "cardinality" : "SINGLE",
-      "isLegacyAttribute" : true
-    },
-    "relationshipLabel" : "...",
-    "attributeDefs" : [ {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "LIST",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "defaultValue" : "...",
-      "constraints" : [ { }, { } ]
-    }, {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SET",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "defaultValue" : "...",
-      "constraints" : [ { }, { } ]
-    } ],
-    "category" : "MAP",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
+  "empty" : true
+},
+      "description" : ""
     }
-  }, {
-    "relationshipCategory" : "ASSOCIATION",
-    "propagateTags" : "ONE_TO_TWO",
-    "endDef1" : {
-      "type" : "...",
-      "name" : "...",
-      "isContainer" : true,
-      "cardinality" : "SET",
-      "isLegacyAttribute" : true
+    ,
+    "json_AtlasUserSavedSearch" : {
+      "type" : "object",
+      "title" : "AtlasUserSavedSearch",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasBaseModelObject"
+        },
+        {
+          "properties" : {
+            "ownerName" : {
+"description" : "",
+"type" : "string"
+            },
+            "name" : {
+"description" : "",
+"type" : "string"
+            },
+            "searchType" : {
+"description" : "",
+"$ref" : "#/definitions/json_SavedSearchType"
+            },
+            "searchParameters" : {
+"description" : "",
+"$ref" : "#/definitions/json_SearchParameters"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "ownerName" : "...",
+  "name" : "...",
+  "searchType" : "BASIC",
+  "searchParameters" : {
+    "query" : "...",
+    "typeName" : "...",
+    "classification" : "...",
+    "excludeDeletedEntities" : true,
+    "limit" : 12345,
+    "offset" : 12345,
+    "entityFilters" : {
+      "attributeName" : "...",
+      "operator" : "CONTAINS",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ]
     },
-    "endDef2" : {
-      "type" : "...",
-      "name" : "...",
-      "isContainer" : true,
-      "cardinality" : "SET",
-      "isLegacyAttribute" : true
+    "tagFilters" : {
+      "attributeName" : "...",
+      "operator" : "CONTAINS_ALL",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
     },
-    "relationshipLabel" : "...",
-    "attributeDefs" : [ {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SINGLE",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "defaultValue" : "...",
-      "constraints" : [ { }, { } ]
-    }, {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SET",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "defaultValue" : "...",
-      "constraints" : [ { }, { } ]
-    } ],
-    "category" : "PRIMITIVE",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  } ],
-  "empty" : true
+    "attributes" : [ "...", "..." ]
+  },
+  "guid" : "..."
 },
       "description" : ""
     }
@@ -2257,7 +1871,7 @@
       }
     }, {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -2294,7 +1908,7 @@
   },
   "createdEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -2315,7 +1929,7 @@
   } ],
   "updatedEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -2357,7 +1971,7 @@
   } ],
   "deletedEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -2367,7 +1981,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -2455,20 +2069,20 @@
           },
       "example" : {
   "attributeName" : "...",
-  "operator" : "EQ",
+  "operator" : "IN",
   "attributeValue" : "...",
   "condition" : "OR",
   "criterion" : [ {
     "attributeName" : "...",
-    "operator" : "GTE",
+    "operator" : "CONTAINS_ANY",
     "attributeValue" : "...",
     "condition" : "OR",
     "criterion" : [ { }, { } ]
   }, {
     "attributeName" : "...",
-    "operator" : "GT",
+    "operator" : "LTE",
     "attributeValue" : "...",
-    "condition" : "OR",
+    "condition" : "AND",
     "criterion" : [ { }, { } ]
   } ]
 },
@@ -2520,7 +2134,11 @@
             "LIKE",
             "STARTS_WITH",
             "ENDS_WITH",
-            "CONTAINS"
+            "CONTAINS",
+            "CONTAINS_ANY",
+            "CONTAINS_ALL",
+            "IS_NULL",
+            "NOT_NULL"
           ],
       "description" : "Supported search operations\nLogical comparision operators can only be used with numbers or dates\nIN, LIKE, startsWith, endsWith, CONTAINS can only be used with strings or text"
     }
@@ -2562,33 +2180,20 @@
   "startIndex" : 12345,
   "pageSize" : 12345,
   "totalCount" : 12345,
-  "sortType" : "DESC",
+  "sortType" : "ASC",
   "sortBy" : "..."
 },
       "description" : "Paginated-list, for returning search results."
     }
     ,
-    "json_PropagateTags" : {
-      "type" : "string",
-      "title" : "PropagateTags",
-          "enum" : [
-            "NONE",
-            "ONE_TO_TWO",
-            "TWO_TO_ONE",
-            "BOTH"
-          ],
-      "description" : "PropagateTags indicates whether tags should propagate across the relationship instance.\n<p>\nTags can propagate:\n<p>\nNONE - not at all <br>\nONE_TO_TWO - from end 1 to 2 <br>\nTWO_TO_ONE - from end 2 to 1  <br>\nBOTH - both ways\n<p>\nCare needs to be taken when specifying. The use cases we are aware of where this flag is useful:\n<p>\n- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>\n- propagating classifications around Glossary synonyms - BOTH could be used here.\n<p>\nThere is an expectation that further enhancements will allow more granular control of tag propagation and will\naddress how to resolve conflicts."
-    }
-    ,
-    "json_RelationshipCategory" : {
+    "json_SavedSearchType" : {
       "type" : "string",
-      "title" : "RelationshipCategory",
+      "title" : "SavedSearchType",
           "enum" : [
-            "ASSOCIATION",
-            "AGGREGATION",
-            "COMPOSITION"
+            "BASIC",
+            "ADVANCED"
           ],
-      "description" : "The Relationship category determines the style of relationship around containment and lifecycle.\nUML terminology is used for the values.\n<p>\nASSOCIATION is a relationship with no containment. <br>\nCOMPOSITION and AGGREGATION are containment relationships.\n<p>\nThe difference being in the lifecycles of the container and its children. In the COMPOSITION case,\nthe children cannot exist without the container. For AGGREGATION, the life cycles\nof the container and children are totally independant."
+      "description" : ""
     }
     ,
     "json_SearchParameters" : {
@@ -2644,16 +2249,16 @@
   "offset" : 12345,
   "entityFilters" : {
     "attributeName" : "...",
-    "operator" : "GTE",
+    "operator" : "STARTS_WITH",
     "attributeValue" : "...",
-    "condition" : "OR",
+    "condition" : "AND",
     "criterion" : [ { }, { } ]
   },
   "tagFilters" : {
     "attributeName" : "...",
-    "operator" : "NEQ",
+    "operator" : "STARTS_WITH",
     "attributeValue" : "...",
-    "condition" : "OR",
+    "condition" : "AND",
     "criterion" : [ { }, { } ]
   },
   "attributes" : [ "...", "..." ]
@@ -2682,16 +2287,6 @@
       "description" : "Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store."
     }
     ,
-    "json_Status_AtlasRelationship" : {
-      "type" : "string",
-      "title" : "Status",
-          "enum" : [
-            "ACTIVE",
-            "DELETED"
-          ],
-      "description" : ""
-    }
-    ,
     "json_TypeCategory" : {
       "type" : "string",
       "title" : "TypeCategory",
@@ -2709,6 +2304,25 @@
       "description" : ""
     }
     ,
+    "xml_ns0_atlasBaseModelObject" : {
+      "type" : "object",
+      "title" : "atlasBaseModelObject",
+      "allOf" : [
+        {
+          "properties" : {
+            "guid" : {
+              "xml" : {
+                "namespace" : ""
+              },
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : ""
+    }
+    ,
     "xml_ns0_PList" : {
       "type" : "object",
       "title" : "PList",
@@ -2917,7 +2531,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "FULL_TEXT",
+  "queryType" : "ATTRIBUTE",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -2927,14 +2541,14 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "LIKE",
+      "operator" : "NEQ",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "LIKE",
+      "operator" : "CONTAINS",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ]
@@ -2956,7 +2570,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -2972,7 +2586,7 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -2985,7 +2599,7 @@
   }, {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3010,7 +2624,7 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3029,7 +2643,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "ATTRIBUTE",
+  "queryType" : "BASIC",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -3048,7 +2662,7 @@
       "attributeName" : "...",
       "operator" : "GTE",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "attributes" : [ "...", "..." ]
@@ -3058,7 +2672,7 @@
   "classification" : "...",
   "entities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -3084,7 +2698,7 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3097,7 +2711,7 @@
   }, {
     "entity" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3111,7 +2725,7 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3195,7 +2809,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "GREMLIN",
+  "queryType" : "ATTRIBUTE",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -3205,16 +2819,16 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "CONTAINS",
+      "operator" : "CONTAINS_ALL",
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "ENDS_WITH",
+      "operator" : "CONTAINS",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ]
     },
     "attributes" : [ "...", "..." ]
@@ -3234,7 +2848,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -3250,7 +2864,7 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3277,7 +2891,7 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3307,7 +2921,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "FULL_TEXT",
+  "queryType" : "ATTRIBUTE",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -3317,16 +2931,16 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "EQ",
+      "operator" : "CONTAINS_ALL",
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "GT",
+      "operator" : "NOT_NULL",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "attributes" : [ "...", "..." ]
@@ -3362,7 +2976,7 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3375,7 +2989,7 @@
   }, {
     "entity" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3389,7 +3003,7 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3400,7 +3014,7 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3445,7 +3059,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "DSL",
+  "queryType" : "GREMLIN",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -3455,16 +3069,16 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "IN",
+      "operator" : "GTE",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "IN",
+      "operator" : "STARTS_WITH",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ]
     },
     "attributes" : [ "...", "..." ]
@@ -3484,7 +3098,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -3500,7 +3114,7 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3513,7 +3127,7 @@
   }, {
     "entity" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3527,7 +3141,7 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3557,7 +3171,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "RELATIONSHIP",
+  "queryType" : "FULL_TEXT",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -3567,16 +3181,16 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "EQ",
+      "operator" : "CONTAINS_ALL",
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "CONTAINS",
+      "operator" : "CONTAINS_ALL",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "attributes" : [ "...", "..." ]
@@ -3639,7 +3253,7 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3650,7 +3264,7 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3717,7 +3331,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "RELATIONSHIP",
+  "queryType" : "ATTRIBUTE",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -3727,14 +3341,14 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "NEQ",
+      "operator" : "IN",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "EQ",
+      "operator" : "CONTAINS",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ]
@@ -3746,7 +3360,7 @@
   "classification" : "...",
   "entities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -3772,7 +3386,7 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3829,7 +3443,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "BASIC",
+  "queryType" : "RELATIONSHIP",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -3839,14 +3453,14 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "STARTS_WITH",
+      "operator" : "GT",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "LIKE",
+      "operator" : "LT",
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ]
@@ -3911,7 +3525,7 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -3983,7 +3597,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "BASIC",
+  "queryType" : "ATTRIBUTE",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -3993,16 +3607,16 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "EQ",
+      "operator" : "ENDS_WITH",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "NEQ",
+      "operator" : "GT",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ]
     },
     "attributes" : [ "...", "..." ]
@@ -4022,7 +3636,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -4065,7 +3679,7 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -4095,7 +3709,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "BASIC",
+  "queryType" : "FULL_TEXT",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -4105,14 +3719,14 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "ENDS_WITH",
+      "operator" : "STARTS_WITH",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "GTE",
+      "operator" : "CONTAINS_ANY",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ]
@@ -4134,7 +3748,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -4150,7 +3764,7 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -4163,7 +3777,7 @@
   }, {
     "entity" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -4285,7 +3899,7 @@
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "LIKE",
+      "operator" : "NOT_NULL",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ]
@@ -4336,7 +3950,7 @@
   }, {
     "entity" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -4361,7 +3975,7 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -4380,7 +3994,7 @@
             },
             "examples" : {
               "application/json" : {
-  "queryType" : "ATTRIBUTE",
+  "queryType" : "RELATIONSHIP",
   "searchParameters" : {
     "query" : "...",
     "typeName" : "...",
@@ -4390,14 +4004,14 @@
     "offset" : 12345,
     "entityFilters" : {
       "attributeName" : "...",
-      "operator" : "ENDS_WITH",
+      "operator" : "NEQ",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ]
     },
     "tagFilters" : {
       "attributeName" : "...",
-      "operator" : "LT",
+      "operator" : "CONTAINS",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ]
@@ -4409,7 +4023,7 @@
   "classification" : "...",
   "entities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -4419,7 +4033,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -4435,7 +4049,7 @@
   "fullTextResult" : [ {
     "entity" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -4462,7 +4076,7 @@
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -4491,12 +4105,71 @@
       }
     }
     ,
-    "\/v2/entity" : {
+    "\/v2/search/saved" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "",
+        "operationId" : "resource_DiscoveryREST_getSavedSearches_GET",
+        "produces" : [ "application/json;charset=UTF-8" ],
+        "parameters" : [
+          {
+            "name" : "user",
+            "in" : "query",
+            "type" : "string",
+            "description" : "User for whom the search is retrieved"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasUserSavedSearch"
+}
+            },
+            "headers" : {
+            },
+            "examples" : {
+              "application/json" : {
+  "ownerName" : "...",
+  "name" : "...",
+  "searchType" : "ADVANCED",
+  "searchParameters" : {
+    "query" : "...",
+    "typeName" : "...",
+    "classification" : "...",
+    "excludeDeletedEntities" : true,
+    "limit" : 12345,
+    "offset" : 12345,
+    "entityFilters" : {
+      "attributeName" : "...",
+      "operator" : "GT",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
+    },
+    "tagFilters" : {
+      "attributeName" : "...",
+      "operator" : "ENDS_WITH",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
+    },
+    "attributes" : [ "...", "..." ]
+  },
+  "guid" : "..."
+}
+            },
+            "description" : "Success"
+          }
+        }
+      }
+      ,
       "post" : {
-        "tags" : [ "EntityREST" ],
-        "summary" : "Create new entity or update existing entity in Atlas.",
-        "description" : "Create new entity or update existing entity in Atlas.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName",
-        "operationId" : "resource_EntityREST_createOrUpdate_POST",
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "",
+        "operationId" : "resource_DiscoveryREST_addSavedSearch_POST",
         "consumes" : [ "application/json;charset=UTF-8" ],
         "produces" : [ "application/json;charset=UTF-8" ],
         "parameters" : [
@@ -4505,7 +4178,7 @@
             "in" : "body",
             "schema" : {
 "description" : "",
-"$ref" : "#/definitions/json_AtlasEntityWithExtInfo"
+"$ref" : "#/definitions/json_AtlasUserSavedSearch"
             },
             "description" : ""
           }
@@ -4514,177 +4187,192 @@
           "201" : {
             "schema" : {
 "description" : "",
-"$ref" : "#/definitions/json_EntityMutationResponse"
+"$ref" : "#/definitions/json_AtlasUserSavedSearch"
             },
             "headers" : {
             },
             "examples" : {
               "application/json" : {
-  "mutatedEntities" : {
-    "property1" : [ {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "property2" : [ {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ]
-  },
-  "guidAssignments" : {
-    "property1" : "...",
-    "property2" : "..."
-  },
-  "createdEntities" : [ {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
+  "ownerName" : "...",
+  "name" : "...",
+  "searchType" : "BASIC",
+  "searchParameters" : {
+    "query" : "...",
     "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
+    "classification" : "...",
+    "excludeDeletedEntities" : true,
+    "limit" : 12345,
+    "offset" : 12345,
+    "entityFilters" : {
+      "attributeName" : "...",
+      "operator" : "GTE",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
+    },
+    "tagFilters" : {
+      "attributeName" : "...",
+      "operator" : "IN",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ]
+    },
+    "attributes" : [ "...", "..." ]
+  },
+  "guid" : "..."
+}
+            },
+            "description" : "Success"
+          }
+        }
+      }
+      ,
+      "put" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "",
+        "operationId" : "resource_DiscoveryREST_updateSavedSearch_PUT",
+        "consumes" : [ "application/json;charset=UTF-8" ],
+        "produces" : [ "application/json;charset=UTF-8" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"$ref" : "#/definitions/json_AtlasUserSavedSearch"
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "schema" : {
+"description" : "",
+"$ref" : "#/definitions/json_AtlasUserSavedSearch"
+            },
+            "headers" : {
+            },
+            "examples" : {
+              "application/json" : {
+  "ownerName" : "...",
+  "name" : "...",
+  "searchType" : "BASIC",
+  "searchParameters" : {
+    "query" : "...",
     "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
+    "classification" : "...",
+    "excludeDeletedEntities" : true,
+    "limit" : 12345,
+    "offset" : 12345,
+    "entityFilters" : {
+      "attributeName" : "...",
+      "operator" : "NEQ",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
+    },
+    "tagFilters" : {
+      "attributeName" : "...",
+      "operator" : "CONTAINS_ANY",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ]
+    },
+    "attributes" : [ "...", "..." ]
+  },
+  "guid" : "..."
+}
+            },
+            "description" : "Success"
+          }
+        }
+      }
     }
-  } ],
-  "updatedEntities" : [ {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "partialUpdatedEntities" : [ {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "deletedEntities" : [ {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "firstEntityCreated" : {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
+    ,
+    "\/v2/search/saved/{guid}" : {
+      "delete" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "",
+        "operationId" : "resource_DiscoveryREST_deleteSavedSearch_DELETE",
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "required" : true,
+            "type" : "string",
+            "description" : "Name of the saved search"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "headers" : {
+            },
+            "examples" : {
+            },
+            "description" : "Success"
+          }
+        }
+      }
     }
-  },
-  "firstEntityUpdated" : {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
+    ,
+    "\/v2/search/saved/{name}" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "",
+        "operationId" : "resource_DiscoveryREST_getSavedSearch_GET",
+        "produces" : [ "application/json;charset=UTF-8" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "required" : true,
+            "type" : "string",
+            "description" : "Name of the saved search"
+          },
+          {
+            "name" : "user",
+            "in" : "query",
+            "type" : "string",
+            "description" : "User for whom the search is retrieved"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "",
+"$ref" : "#/definitions/json_AtlasUserSavedSearch"
+            },
+            "headers" : {
+            },
+            "examples" : {
+              "application/json" : {
+  "ownerName" : "...",
+  "name" : "...",
+  "searchType" : "ADVANCED",
+  "searchParameters" : {
+    "query" : "...",
     "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
+    "classification" : "...",
+    "excludeDeletedEntities" : true,
+    "limit" : 12345,
+    "offset" : 12345,
+    "entityFilters" : {
+      "attributeName" : "...",
+      "operator" : "CONTAINS_ALL",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
+    },
+    "tagFilters" : {
+      "attributeName" : "...",
+      "operator" : "GTE",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ]
+    },
+    "attributes" : [ "...", "..." ]
   },
-  "firstEntityPartialUpdated" : {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }
+  "guid" : "..."
 }
             },
             "description" : "Success"
@@ -4693,149 +4381,68 @@
       }
     }
     ,
-    "\/v2/entity/bulk" : {
-      "delete" : {
-        "tags" : [ "EntityREST" ],
-        "summary" : "Bulk API to delete list of entities identified by its GUIDs.",
-        "description" : "Bulk API to delete list of entities identified by its GUIDs",
-        "operationId" : "resource_EntityREST_deleteByGuids_DELETE",
+    "\/v2/search/saved/execute/{name}" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "summary" : "Attribute based search for entities satisfying the search parameters.",
+        "description" : "Attribute based search for entities satisfying the search parameters",
+        "operationId" : "resource_DiscoveryREST_executeSavedSearchByName_GET",
         "produces" : [ "application/json;charset=UTF-8" ],
         "parameters" : [
           {
-            "name" : "guid",
+            "name" : "name",
+            "in" : "path",
+            "required" : true,
+            "type" : "string",
+            "description" : "name of saved-search"
+          },
+          {
+            "name" : "user",
             "in" : "query",
-            "type" : "array",
-            "items" : {
-            "type" : "string"
-            },
-            "collectionFormat" : "multi",
-            "description" : ""
+            "type" : "string",
+            "description" : "saved-search owner"
           }
         ],
         "responses" : {
-          "204" : {
+          "200" : {
             "schema" : {
 "description" : "",
-"$ref" : "#/definitions/json_EntityMutationResponse"
+"$ref" : "#/definitions/json_AtlasSearchResult"
             },
             "headers" : {
             },
             "examples" : {
               "application/json" : {
-  "mutatedEntities" : {
-    "property1" : [ {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "guid" : "...",
-      "status" : "DELETED",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "property2" : [ {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "guid" : "...",
-      "status" : "DELETED",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ]
-  },
-  "guidAssignments" : {
-    "property1" : "...",
-    "property2" : "..."
-  },
-  "createdEntities" : [ {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "updatedEntities" : [ {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "partialUpdatedEntities" : [ {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
+  "queryType" : "FULL_TEXT",
+  "searchParameters" : {
+    "query" : "...",
     "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "deletedEntities" : [ {
+    "classification" : "...",
+    "excludeDeletedEntities" : true,
+    "limit" : 12345,
+    "offset" : 12345,
+    "entityFilters" : {
+      "attributeName" : "...",
+      "operator" : "GTE",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ]
+    },
+    "tagFilters" : {
+      "attributeName" : "...",
+      "operator" : "CONTAINS_ANY",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
+    },
+    "attributes" : [ "...", "..." ]
+  },
+  "queryText" : "...",
+  "type" : "...",
+  "classification" : "...",
+  "entities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -4854,37 +4461,59 @@
       "property2" : { }
     }
   } ],
-  "firstEntityCreated" : {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  },
-  "firstEntityUpdated" : {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ ]
   },
-  "firstEntityPartialUpdated" : {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
+  "fullTextResult" : [ {
+    "entity" : {
+      "guid" : "...",
+      "status" : "ACTIVE",
+      "displayText" : "...",
+      "classificationNames" : [ "...", "..." ],
+      "typeName" : "...",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "guid" : "...",
+      "status" : "DELETED",
+      "displayText" : "...",
+      "classificationNames" : [ "...", "..." ],
+      "typeName" : "...",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "score" : 12345.0
+  } ],
+  "referredEntities" : {
+    "property1" : {
+      "guid" : "...",
+      "status" : "DELETED",
+      "displayText" : "...",
+      "classificationNames" : [ "...", "..." ],
+      "typeName" : "...",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "property2" : {
+      "guid" : "...",
+      "status" : "ACTIVE",
+      "displayText" : "...",
+      "classificationNames" : [ "...", "..." ],
+      "typeName" : "...",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
     }
   }
 }
@@ -4893,60 +4522,66 @@
           }
         }
       }
-      ,
+    }
+    ,
+    "\/v2/search/saved/execute/guid/{guid}" : {
       "get" : {
-        "tags" : [ "EntityREST" ],
-        "summary" : "Bulk API to retrieve list of entities identified by its GUIDs.",
-        "description" : "Bulk API to retrieve list of entities identified by its GUIDs.",
-        "operationId" : "resource_EntityREST_getByGuids_GET",
+        "tags" : [ "DiscoveryREST" ],
+        "summary" : "Attribute based search for entities satisfying the search parameters.",
+        "description" : "Attribute based search for entities satisfying the search parameters",
+        "operationId" : "resource_DiscoveryREST_executeSavedSearchByGuid_GET",
         "produces" : [ "application/json;charset=UTF-8" ],
         "parameters" : [
           {
             "name" : "guid",
-            "in" : "query",
-            "type" : "array",
-            "items" : {
-            "type" : "string"
-            },
-            "collectionFormat" : "multi",
-            "description" : ""
+            "in" : "path",
+            "required" : true,
+            "type" : "string",
+            "description" : "Guid identifying saved search"
           }
         ],
         "responses" : {
           "200" : {
             "schema" : {
 "description" : "",
-"$ref" : "#/definitions/json_AtlasEntitiesWithExtInfo"
+"$ref" : "#/definitions/json_AtlasSearchResult"
             },
             "headers" : {
             },
             "examples" : {
               "application/json" : {
+  "queryType" : "GREMLIN",
+  "searchParameters" : {
+    "query" : "...",
+    "typeName" : "...",
+    "classification" : "...",
+    "excludeDeletedEntities" : true,
+    "limit" : 12345,
+    "offset" : 12345,
+    "entityFilters" : {
+      "attributeName" : "...",
+      "operator" : "GTE",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
+    },
+    "tagFilters" : {
+      "attributeName" : "...",
+      "operator" : "LT",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ]
+    },
+    "attributes" : [ "...", "..." ]
+  },
+  "queryText" : "...",
+  "type" : "...",
+  "classification" : "...",
   "entities" : [ {
     "guid" : "...",
     "status" : "ACTIVE",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "relationshipAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
+    "displayText" : "...",
+    "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
     "attributes" : {
       "property1" : { },
@@ -4955,60 +4590,51 @@
   }, {
     "guid" : "...",
     "status" : "DELETED",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "relationshipAttributes" : {
+    "displayText" : "...",
+    "classificationNames" : [ "...", "..." ],
+    "typeName" : "...",
+    "attributes" : {
       "property1" : { },
       "property2" : { }
-    },
-    "classifications" : [ {
+    }
+  } ],
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ ]
+  },
+  "fullTextResult" : [ {
+    "entity" : {
+      "guid" : "...",
+      "status" : "ACTIVE",
+      "displayText" : "...",
+      "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
         "property2" : { }
       }
-    }, {
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "guid" : "...",
+      "status" : "ACTIVE",
+      "displayText" : "...",
+      "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
         "property2" : { }
       }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
+    },
+    "score" : 12345.0
   } ],
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "DELETED",
-      "createdBy" : "...",
-      "updatedBy" : "...",
-      "createTime" : 12345,
-      "updateTime" : 12345,
-      "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
+      "status" : "ACTIVE",
+      "displayText" : "...",
+      "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -5017,29 +4643,9 @@
     },
     "property2" : {
       "guid" : "...",
-      "status" : "DELETED",
-      "createdBy" : "...",
-      "updatedBy" : "...",
-      "createTime" : 12345,
-      "updateTime" : 12345,
-      "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
+      "status" : "ACTIVE",
+      "displayText" : "...",
+      "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
       "attributes" : {
         "property1" : { },
@@ -5053,11 +4659,13 @@
           }
         }
       }
-      ,
+    }
+    ,
+    "\/v2/entity" : {
       "post" : {
         "tags" : [ "EntityREST" ],
-        "summary" : "Bulk API to create new entities or update existing entities in Atlas.",
-        "description" : "Bulk API to create new entities or update existing entities in Atlas.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName",
+        "summary" : "Create new entity or update existing entity in Atlas.",
+        "description" : "Create new entity or update existing entity in Atlas.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName",
         "operationId" : "resource_EntityREST_createOrUpdate_POST",
         "consumes" : [ "application/json;charset=UTF-8" ],
         "produces" : [ "application/json;charset=UTF-8" ],
@@ -5067,7 +4675,7 @@
             "in" : "body",
             "schema" : {
 "description" : "",
-"$ref" : "#/definitions/json_AtlasEntitiesWithExtInfo"
+"$ref" : "#/definitions/json_AtlasEntityWithExtInfo"
             },
             "description" : ""
           }
@@ -5106,7 +4714,7 @@
     } ],
     "property2" : [ {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -5132,7 +4740,7 @@
   },
   "createdEntities" : [ {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5153,7 +4761,7 @@
   } ],
   "updatedEntities" : [ {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5205,7 +4813,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5216,7 +4824,7 @@
   } ],
   "firstEntityCreated" : {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5227,7 +4835,7 @@
   },
   "firstEntityUpdated" : {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5255,50 +4863,23 @@
       }
     }
     ,
-    "\/v2/entity/bulk/classification" : {
-      "post" : {
-        "tags" : [ "EntityREST" ],
-        "summary" : "Bulk API to associate a tag to multiple entities.",
-        "description" : "Bulk API to associate a tag to multiple entities",
-        "operationId" : "resource_EntityREST_addClassification_POST",
-        "consumes" : [ "application/json;charset=UTF-8" ],
-        "parameters" : [
-          {
-            "name" : "body",
-            "in" : "body",
-            "schema" : {
-"description" : "",
-"$ref" : "#/definitions/json_ClassificationAssociateRequest"
-            },
-            "description" : ""
-          }
-        ],
-        "responses" : {
-          "201" : {
-            "headers" : {
-            },
-            "examples" : {
-            },
-            "description" : "Success"
-          }
-        }
-      }
-    }
-    ,
-    "\/v2/entity/guid/{guid}" : {
+    "\/v2/entity/bulk" : {
       "delete" : {
         "tags" : [ "EntityREST" ],
-        "summary" : "Delete an entity identified by its GUID.",
-        "description" : "Delete an entity identified by its GUID.",
-        "operationId" : "resource_EntityREST_deleteByGuid_DELETE",
+        "summary" : "Bulk API to delete list of entities identified by its GUIDs.",
+        "description" : "Bulk API to delete list of entities identified by its GUIDs",
+        "operationId" : "resource_EntityREST_deleteByGuids_DELETE",
         "produces" : [ "application/json;charset=UTF-8" ],
         "parameters" : [
           {
             "name" : "guid",
-            "in" : "path",
-            "required" : true,
-            "type" : "string",
-            "description" : "GUID for the entity"
+            "in" : "query",
+            "type" : "array",
+            "items" : {
+            "type" : "string"
+            },
+            "collectionFormat" : "multi",
+            "description" : ""
           }
         ],
         "responses" : {
@@ -5314,7 +4895,7 @@
   "mutatedEntities" : {
     "property1" : [ {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -5335,7 +4916,7 @@
     } ],
     "property2" : [ {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -5345,7 +4926,7 @@
       }
     }, {
       "guid" : "...",
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "displayText" : "...",
       "classificationNames" : [ "...", "..." ],
       "typeName" : "...",
@@ -5371,7 +4952,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5392,7 +4973,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5434,7 +5015,7 @@
     }
   }, {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5456,7 +5037,7 @@
   },
   "firstEntityUpdated" : {
     "guid" : "...",
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "displayText" : "...",
     "classificationNames" : [ "...", "..." ],
     "typeName" : "...",
@@ -5485,30 +5066,33 @@
       ,
       "get" : {
         "tags" : [ "EntityREST" ],
-        "summary" : "Fetch complete definition of an entity given its GUID.",
-        "description" : "Fetch complete definition of an entity given its GUID.",
-        "operationId" : "resource_EntityREST_getById_GET",
+        "summary" : "Bulk API to retrieve list of entities identified by its GUIDs.",
+        "description" : "Bulk API to retrieve list of entities identified by its GUIDs.",
+        "operationId" : "resource_EntityREST_getByGuids_GET",
         "produces" : [ "application/json;charset=UTF-8" ],
         "parameters" : [
           {
             "name" : "guid",
-            "in" : "path",
-            "required" : true,
-            "type" : "string",
-            "description" : "GUID for the entity"
+            "in" : "query",
+            "type" : "array",
+            "items" : {
+            "type" : "string"
+            },
+            "collectionFormat" : "multi",
+            "description" : ""
           }
         ],
         "responses" : {
           "200" : {
             "schema" : {
 "description" : "",
-"$ref" : "#/definitions/json_AtlasEntityWithExtInfo"
+"$ref" : "#/definitions/json_AtlasEntitiesWithExtInfo"
             },
             "headers" : {
             },
             "examples" : {
               "application/json" : {
-  "entity" : {
+  "entities" : [ {
     "guid" : "...",
     "status" : "DELETED",
     "createdBy" : "...",
@@ -5516,10 +5100,32 @@
     "createTime" : 12345,
     "updateTime" : 12345,
     "version" : 12345,
-    "relationshipAttributes" : {
+    "classifications" : [ {
+      "typeName" : "...",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    }, {
+      "typeName" : "...",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    } ],
+    "typeName" : "...",
+    "attributes" : {
       "property1" : { },
       "property2" : { }
-    },
+    }
+  }, {
+    "guid" : "...",
+    "status" : "ACTIVE",
+    "createdBy" : "...",
+    "updatedBy" : "...",
+    "createTime" : 12345,
+    "updateTime" : 12345,
+    "version" : 12345,
     "classifications" : [ {
       "typeName" : "...",
       "attributes" : {
@@ -5538,20 +5144,16 @@
       "property1" : { },
       "property2" : { }
     }
-  },
+  } ],
   "referredEntities" : {
     "property1" : {
       "guid" : "...",
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "createdBy" : "...",
       "updatedBy" : "...",
       "createTime" : 12345,
       "updateTime" : 12345,
       "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
       "classifications" : [ {
         "typeName" : "...",
         "attributes" : {
@@ -5579,10 +5181,6 @@
       "createTime" : 12345,
       "updateTime" : 12345,
       "version" : 12345,
-      "relationshipAttributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
       "classifications" : [ {
         "typeName" : "...",
         "attributes" : {
@@ -5610,39 +5208,26 @@
         }
       }
       ,
-      "put" : {
+      "post" : {
         "tags" : [ "EntityREST" ],
-        "summary" : "Entity Partial Update - Add/Update entity attribute identified by its GUID.",
-        "description" : "Entity Partial Update - Add/Update entity attribute identified by its GUID.\nSupports only uprimitive attribute type and entity references.\ndoes not support updation of complex types like arrays, maps\nNull updates are not possible",
-        "operationId" : "resource_EntityREST_partialUpdateEntityAttrByGuid_PUT",
+        "summary" : "Bulk API to create new entities or update existing entities in Atlas.",
+        "description" : "Bulk API to create new entities or update existing entities in Atlas.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName",
+        "operationId" : "resource_EntityREST_createOrUpdate_POST",
         "consumes" :

<TRUNCATED>


[3/6] atlas-website git commit: Fix 0.8.1 docs

Posted by ap...@apache.org.
http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/resources.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/resources.html b/0.8.1/api/v2/resources.html
index ad57a61..95f10ec 100644
--- a/0.8.1/api/v2/resources.html
+++ b/0.8.1/api/v2/resources.html
@@ -89,12 +89,22 @@
 </samp></li><li><samp>  <span class="resource-path">/v2/search/dsl</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/fulltext</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/relationship</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/execute/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/execute/guid/{guid}</span>
 </samp></li></ul></td>
       <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li></ul></td>
       <td>  <span class="resource-description">REST interface for data discovery using dsl or full text search</span>
 </td>
@@ -131,18 +141,6 @@
       <td>  <span class="resource-description">REST interface for an entity's lineage information</span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="resource_RelationshipREST.html">
-      <td>  <span class="resource-name">RelationshipREST</span>
-</td>
-      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/relationship</span>
-</samp></li><li><samp>  <span class="resource-path">/v2/relationship/guid/{guid}</span>
-</samp></li></ul></td>
-      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
-</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> 
-</samp></li></ul></td>
-      <td>  <span class="resource-description">REST interface for entity relationships.</span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="resource_TypesREST.html">
       <td>  <span class="resource-name">TypesREST</span>
 </td>
@@ -154,8 +152,6 @@
 </samp></li><li><samp>  <span class="resource-path">/v2/types/entitydef/name/{name}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/enumdef/guid/{guid}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/enumdef/name/{name}</span>
-</samp></li><li><samp>  <span class="resource-path">/v2/types/relationshipdef/guid/{guid}</span>
-</samp></li><li><samp>  <span class="resource-path">/v2/types/relationshipdef/name/{name}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/guid/{guid}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/name/{name}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/guid/{guid}</span>
@@ -173,8 +169,6 @@
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
-</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
-</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li></ul></td>
       <td>  <span class="resource-description">REST interface for CRUD operations on type definitions</span>
 </td>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/syntax_json.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/syntax_json.html b/0.8.1/api/v2/syntax_json.html
index 858886e..0d65ad7 100644
--- a/0.8.1/api/v2/syntax_json.html
+++ b/0.8.1/api/v2/syntax_json.html
@@ -76,6 +76,12 @@
       <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseModelObject.html">
+      <td>  <span class="datatype-name">AtlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AtlasBaseTypeDef.html">
       <td>  <span class="datatype-name">AtlasBaseTypeDef</span>
 </td>
@@ -166,67 +172,12 @@
       <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>
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationship.html">
-      <td>  <span class="datatype-name">AtlasRelationship</span>
-</td>
-      <td>  <span class="datatype-description">Atlas relationship instance.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationshipDef.html">
-      <td>  <span class="datatype-name">AtlasRelationshipDef</span>
-</td>
-      <td>  <span class="datatype-description">AtlasRelationshipDef is a TypeDef that defines a relationship.
-<p>
-As with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.
-The name and the guid are the 2 ways that the RelationshipDef is identified.
-<p>
-RelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally
-whether the end is a container.
-<p>
-RelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>
-RelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>
-RelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.
-<p>
-The way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs
-will not specify an EntityDef type name as their types.
-<p>
-RelationshipDefs introduce new atributes to the entity instances. For example
-<p>
-EntityDef A might have attributes attr1,attr2,attr3 <br>
-EntityDef B might have attributes attr4,attr5,attr6 <br>
-RelationshipDef AtoB might define 2 ends <br>
-
-<pre>
-   end1:  type A, name attr7
-   end2:  type B, name attr8  </pre>
-
-<p>
-When an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>
-When an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8
-<p>
-In this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into
-the entity instances</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_AtlasRelationshipEndDef.html">
-      <td>  <span class="datatype-name">AtlasRelationshipEndDef</span>
-</td>
-      <td>  <span class="datatype-description">The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an
-attribute name, cardinality and whether it  is the container end of the relationship.</span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_AtlasSearchResult.html">
       <td>  <span class="datatype-name">AtlasSearchResult</span>
 </td>
@@ -257,6 +208,12 @@ attribute name, cardinality and whether it  is the container end of the relation
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasUserSavedSearch.html">
+      <td>  <span class="datatype-name">AtlasUserSavedSearch</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AttributeSearchResult.html">
       <td>  <span class="datatype-name">AttributeSearchResult</span>
 </td>
@@ -325,39 +282,10 @@ IN, LIKE, startsWith, endsWith, CONTAINS can only be used with strings or text</
       <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
 </td>
     </tr>
-    <tr class="clickable-row" data-href="json_PropagateTags.html">
-      <td>  <span class="datatype-name">PropagateTags</span>
-</td>
-      <td>  <span class="datatype-description">PropagateTags indicates whether tags should propagate across the relationship instance.
-<p>
-Tags can propagate:
-<p>
-NONE - not at all <br>
-ONE_TO_TWO - from end 1 to 2 <br>
-TWO_TO_ONE - from end 2 to 1  <br>
-BOTH - both ways
-<p>
-Care needs to be taken when specifying. The use cases we are aware of where this flag is useful:
-<p>
-- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>
-- propagating classifications around Glossary synonyms - BOTH could be used here.
-<p>
-There is an expectation that further enhancements will allow more granular control of tag propagation and will
-address how to resolve conflicts.</span>
-</td>
-    </tr>
-    <tr class="clickable-row" data-href="json_RelationshipCategory.html">
-      <td>  <span class="datatype-name">RelationshipCategory</span>
-</td>
-      <td>  <span class="datatype-description">The Relationship category determines the style of relationship around containment and lifecycle.
-UML terminology is used for the values.
-<p>
-ASSOCIATION is a relationship with no containment. <br>
-COMPOSITION and AGGREGATION are containment relationships.
-<p>
-The difference being in the lifecycles of the container and its children. In the COMPOSITION case,
-the children cannot exist without the container. For AGGREGATION, the life cycles
-of the container and children are totally independant.</span>
+    <tr class="clickable-row" data-href="json_SavedSearchType.html">
+      <td>  <span class="datatype-name">SavedSearchType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
 </td>
     </tr>
     <tr class="clickable-row" data-href="json_SearchParameters.html">
@@ -378,12 +306,6 @@ of the container and children are totally independant.</span>
       <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="json_Status_AtlasRelationship.html">
-      <td>  <span class="datatype-name">Status</span>
-</td>
-      <td>  <span class="datatype-description"></span>
-</td>
-    </tr>
     <tr class="clickable-row" data-href="json_TypeCategory.html">
       <td>  <span class="datatype-name">TypeCategory</span>
 </td>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/syntax_xml.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/syntax_xml.html b/0.8.1/api/v2/syntax_xml.html
index f18e7c8..8bd8624 100644
--- a/0.8.1/api/v2/syntax_xml.html
+++ b/0.8.1/api/v2/syntax_xml.html
@@ -71,6 +71,12 @@
     </tr>
   </thead>
   <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="xml_ns0_atlasBaseModelObject.html">
+      <td>  <span class="datatype-name">atlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="xml_ns0_PList.html">
       <td>  <span class="datatype-name">PList</span>
 </td>


[4/6] atlas-website git commit: Fix 0.8.1 docs

Posted by ap...@apache.org.
http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/resource_TypesREST.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/resource_TypesREST.html b/0.8.1/api/v2/resource_TypesREST.html
index a331772..099fe6f 100644
--- a/0.8.1/api/v2/resource_TypesREST.html
+++ b/0.8.1/api/v2/resource_TypesREST.html
@@ -61,8 +61,6 @@
           <li><a href="#resource_TypesREST_getEntityDefByName_GET"><abbr title="GET /v2/types/entitydef/name/{name}">GET /v2/types/entitydef/name/{...</abbr></a></li>
           <li><a href="#resource_TypesREST_getEnumDefByGuid_GET"><abbr title="GET /v2/types/enumdef/guid/{guid}">GET /v2/types/enumdef/guid/{gu...</abbr></a></li>
           <li><a href="#resource_TypesREST_getEnumDefByName_GET"><abbr title="GET /v2/types/enumdef/name/{name}">GET /v2/types/enumdef/name/{na...</abbr></a></li>
-          <li><a href="#resource_TypesREST_getRelationshipDefByGuid_GET"><abbr title="GET /v2/types/relationshipdef/guid/{guid}">GET /v2/types/relationshipdef/...</abbr></a></li>
-          <li><a href="#resource_TypesREST_getRelationshipDefByName_GET"><abbr title="GET /v2/types/relationshipdef/name/{name}">GET /v2/types/relationshipdef/...</abbr></a></li>
           <li><a href="#resource_TypesREST_getStructDefByGuid_GET"><abbr title="GET /v2/types/structdef/guid/{guid}">GET /v2/types/structdef/guid/{...</abbr></a></li>
           <li><a href="#resource_TypesREST_getStructDefByName_GET"><abbr title="GET /v2/types/structdef/name/{name}">GET /v2/types/structdef/name/{...</abbr></a></li>
           <li><a href="#resource_TypesREST_getTypeDefByGuid_GET"><abbr title="GET /v2/types/typedef/guid/{guid}">GET /v2/types/typedef/guid/{gu...</abbr></a></li>
@@ -149,7 +147,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&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;,
@@ -174,7 +172,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;ARRAY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -199,21 +197,19 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -237,7 +233,6 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -248,10 +243,9 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -272,26 +266,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -311,26 +303,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -351,12 +341,11 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -367,7 +356,6 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;PRIMITIVE&quot;,
@@ -390,68 +378,11 @@ 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;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
-    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
       &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -462,7 +393,6 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;ENTITY&quot;,
@@ -479,61 +409,6 @@ Content-Type: application/json
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
     }
-  }, {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
   } ],
   &quot;empty&quot; : true
 }
@@ -621,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;STRUCT&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -646,7 +521,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&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;,
@@ -666,12 +541,11 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -682,10 +556,9 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -704,12 +577,11 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -720,10 +592,9 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &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;,
@@ -744,26 +615,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -783,23 +652,21 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
@@ -823,51 +690,11 @@ 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;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
       &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  }, {
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -878,66 +705,9 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;BOTH&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -952,33 +722,16 @@ Content-Type: application/json
       &quot;property2&quot; : &quot;...&quot;
     }
   }, {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;NONE&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -989,10 +742,9 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1104,7 +856,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;CLASSIFICATION&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1129,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;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1149,12 +901,11 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -1165,10 +916,9 @@ Accept: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -1187,26 +937,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -1227,26 +975,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -1271,21 +1017,19 @@ Accept: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1306,26 +1050,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1345,137 +1087,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  }, {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1514,7 +1143,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&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;,
@@ -1539,7 +1168,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1564,21 +1193,19 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -1597,26 +1224,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1637,23 +1262,21 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
@@ -1676,26 +1299,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -1721,7 +1342,6 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -1732,10 +1352,9 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&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;,
@@ -1760,129 +1379,16 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;BOTH&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  }, {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
       &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;CLASSIFICATION&quot;,
@@ -1995,7 +1501,7 @@ Accept: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2020,7 +1526,7 @@ Accept: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&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;,
@@ -2040,12 +1546,11 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -2056,10 +1561,9 @@ Accept: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;ENUM&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2083,21 +1587,19 @@ Accept: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -2118,23 +1620,21 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;RELATIONSHIP&quot;,
@@ -2162,21 +1662,19 @@ Accept: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &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;,
@@ -2197,26 +1695,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -2236,137 +1732,24 @@ 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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;BOTH&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  }, {
-    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
-    &quot;propagateTags&quot; : &quot;BOTH&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2405,7 +1788,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2430,7 +1813,7 @@ Content-Type: application/json
       &quot;ordinal&quot; : 12345
     } ],
     &quot;defaultValue&quot; : &quot;...&quot;,
-    &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;,
@@ -2455,7 +1838,6 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -2466,45 +1848,6 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;MAP&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
-  }, {
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;ENTITY&quot;,
@@ -2521,48 +1864,7 @@ Content-Type: application/json
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
     }
-  } ],
-  &quot;classificationDefs&quot; : [ {
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    }, {
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
-    } ],
-    &quot;category&quot; : &quot;MAP&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    }
   }, {
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
@@ -2572,21 +1874,19 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &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;,
@@ -2601,18 +1901,17 @@ Content-Type: application/json
       &quot;property2&quot; : &quot;...&quot;
     }
   } ],
-  &quot;entityDefs&quot; : [ {
+  &quot;classificationDefs&quot; : [ {
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -2623,7 +1922,6 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
@@ -2651,21 +1949,19 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2680,45 +1976,27 @@ Content-Type: application/json
       &quot;property2&quot; : &quot;...&quot;
     }
   } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;propagateTags&quot; : &quot;NONE&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
+  &quot;entityDefs&quot; : [ {
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &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;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
     &quot;category&quot; : &quot;ENTITY&quot;,
@@ -2736,33 +2014,16 @@ Content-Type: application/json
       &quot;property2&quot; : &quot;...&quot;
     }
   }, {
-    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
-    &quot;propagateTags&quot; : &quot;NONE&quot;,
-    &quot;endDef1&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
-    },
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
       &quot;name&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;isOptional&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;valuesMinCount&quot; : 12345,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     }, {
       &quot;name&quot; : &quot;...&quot;,
@@ -2773,10 +2034,9 @@ Content-Type: application/json
       &quot;valuesMaxCount&quot; : 12345,
       &quot;isUnique&quot; : true,
       &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;constraints&quot; : [ { }, { } ]
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;updatedBy&quot; : &quot;...&quot;,
@@ -2862,7 +2122,7 @@ Content-Type: application/json
 [ {
   &quot;guid&quot; : &quot;...&quot;,
   &quot;name&quot; : &quot;...&quot;,
-  &quot;category&quot; : &quot;CLASSIFICATION&quot;
+  &quot;category&quot; : &quot;PRIMITIVE&quot;
 } ]
                 </code>
               </pre>
@@ -2957,12 +2217,11 @@ 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;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -2985,7 +2244,6 @@ Content-Type: application/json
     &quot;valuesMaxCount&quot; : 12345,
     &quot;isUnique&quot; : true,
     &quot;isIndexable&quot; : true,
-    &quot;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -3108,12 +2366,11 @@ 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;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -3131,12 +2388,11 @@ 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;defaultValue&quot; : &quot;...&quot;,
     &quot;constraints&quot; : [ {
       &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
@@ -3151,7 +2407,7 @@ Content-Type: application/json
       }
     } ]
   } ],
-  &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;,
@@ -3259,314 +2515,48 @@ 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;valuesMinCount&quot; : 12345,
-    &quot;valuesMaxCount&quot; : 12345,
-    &quot;isUnique&quot; : true,
-    &quot;isIndexable&quot; : true,
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;constraints&quot; : [ {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      }
-    }, {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      }
-    } ]
-  }, {
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;typeName&quot; : &quot;...&quot;,
-    &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
-    &quot;valuesMinCount&quot; : 12345,
-    &quot;valuesMaxCount&quot; : 12345,
-    &quot;isUnique&quot; : true,
-    &quot;isIndexable&quot; : true,
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;constraints&quot; : [ {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      }
-    }, {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      }
-    } ]
-  } ],
-  &quot;category&quot; : &quot;RELATIONSHIP&quot;,
-  &quot;guid&quot; : &quot;...&quot;,
-  &quot;createdBy&quot; : &quot;...&quot;,
-  &quot;updatedBy&quot; : &quot;...&quot;,
-  &quot;createTime&quot; : 12345,
-  &quot;updateTime&quot; : 12345,
-  &quot;version&quot; : 12345,
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;description&quot; : &quot;...&quot;,
-  &quot;typeVersion&quot; : &quot;...&quot;,
-  &quot;options&quot; : {
-    &quot;property1&quot; : &quot;...&quot;,
-    &quot;property2&quot; : &quot;...&quot;
-  }
-}
-                </code>
-              </pre>
-            </div>
-          </div>
-        </div>
-      </div>
-
-      <div id="resource_TypesREST_getEntityDefByName_GET">
-        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/entitydef/name/{name} <a href="../v2/types/entitydef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
-
-        <p>Get the entity definition by it's name (unique)</p>
-
-        <table class="table resource-parameters">
-          <caption>Request Parameters</caption>
-          <thead>
-          <tr>
-            <th>name</th>
-            <th>type</th>
-            <th>description</th>
-          </tr>
-          </thead>
-          <tbody>
-          <tr>
-            <td><span class="parameter-name">name</span></td>
-            <td>path</td>
-            <td><span class="parameter-description">entity name</span></td>
-          </tr>
-          </tbody>
-        </table>
-
-        <table class="table resource-response-codes">
-          <caption>Response Codes</caption>
-          <thead>
-          <tr>
-            <th>code</th>
-            <th>condition</th>
-          </tr>
-          </thead>
-          <tbody>
-          <tr>
-            <td><span class="label label-success response-code">200</span></td>
-            <td><span class="response-condition">On successful lookup of the the entity definition by it's name</span></td>
-          </tr>
-          <tr>
-            <td><span class="label label-warning response-code">404</span></td>
-            <td><span class="response-condition">On Failed lookup for the given name</span></td>
-          </tr>
-          </tbody>
-        </table>
-
-        <table class="table resource-response-body">
-          <caption>Response Body</caption>
-          <thead>
-          <tr>
-            <th>media type</th>
-            <th>data type</th>
-            <th>description</th>
-          </tr>
-          </thead>
-          <tbody>
-          <tr>
-            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
-            <td><span class="datatype-reference"><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>
- (JSON)</span></td>
-            <td><span class="response-description">Entity definition</span></td>
-          </tr>
-          </tbody>
-        </table>
-        <h4>Example</h4>
-
-        <div class="container-fluid example panel">
-          <div class="row panel-body">
-            <div class="col-md-6">
-              <h5>Request</h5>
-              <pre>
-GET /v2/types/entitydef/name/{name}
-Accept: application/json
-
-              </pre>
-            </div>
-            <div class="col-md-6">
-              <h5>Response</h5>
-              <pre>
-HTTP/1.1 200 OK
-Content-Type: application/json
-
-                <code class="prettyprint language-js">
-{
-  &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-  &quot;attributeDefs&quot; : [ {
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;typeName&quot; : &quot;...&quot;,
-    &quot;isOptional&quot; : true,
-    &quot;cardinality&quot; : &quot;LIST&quot;,
-    &quot;valuesMinCount&quot; : 12345,
-    &quot;valuesMaxCount&quot; : 12345,
-    &quot;isUnique&quot; : true,
-    &quot;isIndexable&quot; : true,
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;constraints&quot; : [ {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      }
-    }, {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      }
-    } ]
-  }, {
-    &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;defaultValue&quot; : &quot;...&quot;,
-    &quot;constraints&quot; : [ {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      }
-    }, {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      }
-    } ]
-  } ],
-  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
-  &quot;guid&quot; : &quot;...&quot;,
-  &quot;createdBy&quot; : &quot;...&quot;,
-  &quot;updatedBy&quot; : &quot;...&quot;,
-  &quot;createTime&quot; : 12345,
-  &quot;updateTime&quot; : 12345,
-  &quot;version&quot; : 12345,
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;description&quot; : &quot;...&quot;,
-  &quot;typeVersion&quot; : &quot;...&quot;,
-  &quot;options&quot; : {
-    &quot;property1&quot; : &quot;...&quot;,
-    &quot;property2&quot; : &quot;...&quot;
-  }
-}
-                </code>
-              </pre>
-            </div>
-          </div>
-        </div>
-      </div>
-
-      <div id="resource_TypesREST_getEnumDefByGuid_GET">
-        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/enumdef/guid/{guid} <a href="../v2/types/enumdef/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
-
-        <p>Get the enum definition for the given guid</p>
-
-        <table class="table resource-parameters">
-          <caption>Request Parameters</caption>
-          <thead>
-          <tr>
-            <th>name</th>
-            <th>type</th>
-            <th>description</th>
-          </tr>
-          </thead>
-          <tbody>
-          <tr>
-            <td><span class="parameter-name">guid</span></td>
-            <td>path</td>
-            <td><span class="parameter-description">enum guid</span></td>
-          </tr>
-          </tbody>
-        </table>
-
-        <table class="table resource-response-codes">
-          <caption>Response Codes</caption>
-          <thead>
-          <tr>
-            <th>code</th>
-            <th>condition</th>
-          </tr>
-          </thead>
-          <tbody>
-          <tr>
-            <td><span class="label label-success response-code">200</span></td>
-            <td><span class="response-condition">On successful lookup of the the enum definition by it's guid</span></td>
-          </tr>
-          <tr>
-            <td><span class="label label-warning response-code">404</span></td>
-            <td><span class="response-condition">On Failed lookup for the given guid</span></td>
-          </tr>
-          </tbody>
-        </table>
-
-        <table class="table resource-response-body">
-          <caption>Response Body</caption>
-          <thead>
-          <tr>
-            <th>media type</th>
-            <th>data type</th>
-            <th>description</th>
-          </tr>
-          </thead>
-          <tbody>
-          <tr>
-            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
-            <td><span class="datatype-reference"><a href="json_AtlasEnumDef.html">AtlasEnumDef</a>
- (JSON)</span></td>
-            <td><span class="response-description">enum definition</span></td>
-          </tr>
-          </tbody>
-        </table>
-        <h4>Example</h4>
-
-        <div class="container-fluid example panel">
-          <div class="row panel-body">
-            <div class="col-md-6">
-              <h5>Request</h5>
-              <pre>
-GET /v2/types/enumdef/guid/{guid}
-Accept: application/json
-
-              </pre>
-            </div>
-            <div class="col-md-6">
-              <h5>Response</h5>
-              <pre>
-HTTP/1.1 200 OK
-Content-Type: application/json
-
-                <code class="prettyprint language-js">
-{
-  &quot;elementDefs&quot; : [ {
-    &quot;value&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;ordinal&quot; : 12345
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;isUnique&quot; : true,
+    &quot;isIndexable&quot; : true,
+    &quot;constraints&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ]
   }, {
-    &quot;value&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;ordinal&quot; : 12345
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;isOptional&quot; : true,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;valuesMinCount&quot; : 12345,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;isUnique&quot; : true,
+    &quot;isIndexable&quot; : true,
+    &quot;constraints&quot; : [ {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }, {
+      &quot;type&quot; : &quot;...&quot;,
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    } ]
   } ],
-  &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;,
@@ -3588,10 +2578,10 @@ Content-Type: application/json
         </div>
       </div>
 
-      <div id="resource_TypesREST_getEnumDefByName_GET">
-        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/enumdef/name/{name} <a href="../v2/types/enumdef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+      <div id="resource_TypesREST_getEntityDefByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/entitydef/name/{name} <a href="../v2/types/entitydef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
 
-        <p>Get the enum definition by it's name (unique)</p>
+        <p>Get the entity definition by it's name (unique)</p>
 
         <table class="table resource-parameters">
           <caption>Request Parameters</caption>
@@ -3606,7 +2596,7 @@ Content-Type: application/json
           <tr>
             <td><span class="parameter-name">name</span></td>
             <td>path</td>
-            <td><span class="parameter-description">enum name</span></td>
+            <td><span class="parameter-description">entity name</span></td>
           </tr>
           </tbody>
         </table>
@@ -3622,7 +2612,7 @@ Content-Type: applic

<TRUNCATED>


[5/6] atlas-website git commit: Fix 0.8.1 docs

Posted by ap...@apache.org.
http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/json_SearchParameters.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/json_SearchParameters.html b/0.8.1/api/v2/json_SearchParameters.html
index 0e7e0dc..0615fdc 100644
--- a/0.8.1/api/v2/json_SearchParameters.html
+++ b/0.8.1/api/v2/json_SearchParameters.html
@@ -173,14 +173,14 @@
   &quot;offset&quot; : 12345,
   &quot;entityFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
-    &quot;operator&quot; : &quot;NEQ&quot;,
+    &quot;operator&quot; : &quot;GTE&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
     &quot;condition&quot; : &quot;AND&quot;,
     &quot;criterion&quot; : [ { }, { } ]
   },
   &quot;tagFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
-    &quot;operator&quot; : &quot;GTE&quot;,
+    &quot;operator&quot; : &quot;CONTAINS_ANY&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
     &quot;condition&quot; : &quot;AND&quot;,
     &quot;criterion&quot; : [ { }, { } ]

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/ns0.xsd
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/ns0.xsd b/0.8.1/api/v2/ns0.xsd
index cdb7997..7028b05 100644
--- a/0.8.1/api/v2/ns0.xsd
+++ b/0.8.1/api/v2/ns0.xsd
@@ -3,10 +3,18 @@
   
   xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
+  <xs:element name="atlasBaseModelObject" type="atlasBaseModelObject"/>
   <xs:element name="PList" type="PList"/>
   <xs:element name="searchFilter" type="searchFilter"/>
   <xs:element name="atlasClassification" type="atlasClassification"/>
   <xs:element name="atlasStruct" type="atlasStruct"/>
+<xs:complexType name="atlasBaseModelObject" abstract="true">
+       <xs:sequence>
+              <xs:element name="guid" type="xs:string" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
 <xs:complexType name="PList">
   <xs:annotation>
     <xs:documentation>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/resource_DiscoveryREST.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/resource_DiscoveryREST.html b/0.8.1/api/v2/resource_DiscoveryREST.html
index a4c56e5..5a67604 100644
--- a/0.8.1/api/v2/resource_DiscoveryREST.html
+++ b/0.8.1/api/v2/resource_DiscoveryREST.html
@@ -56,6 +56,13 @@
           <li><a href="#resource_DiscoveryREST_searchUsingDSL_GET">GET /v2/search/dsl</a></li>
           <li><a href="#resource_DiscoveryREST_searchUsingFullText_GET">GET /v2/search/fulltext</a></li>
           <li><a href="#resource_DiscoveryREST_searchRelatedEntities_GET">GET /v2/search/relationship</a></li>
+          <li><a href="#resource_DiscoveryREST_getSavedSearches_GET">GET /v2/search/saved</a></li>
+          <li><a href="#resource_DiscoveryREST_addSavedSearch_POST">POST /v2/search/saved</a></li>
+          <li><a href="#resource_DiscoveryREST_updateSavedSearch_PUT">PUT /v2/search/saved</a></li>
+          <li><a href="#resource_DiscoveryREST_deleteSavedSearch_DELETE">DELETE /v2/search/saved/{guid}</a></li>
+          <li><a href="#resource_DiscoveryREST_getSavedSearch_GET">GET /v2/search/saved/{name}</a></li>
+          <li><a href="#resource_DiscoveryREST_executeSavedSearchByName_GET"><abbr title="GET /v2/search/saved/execute/{name}">GET /v2/search/saved/execute/{...</abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_executeSavedSearchByGuid_GET"><abbr title="GET /v2/search/saved/execute/guid/{guid}">GET /v2/search/saved/execute/g...</abbr></a></li>
           <li class="divider"></li>
           <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
         </ul>
@@ -190,16 +197,16 @@ Content-Type: application/json
     &quot;offset&quot; : 12345,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;GT&quot;,
+      &quot;operator&quot; : &quot;ENDS_WITH&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;LIKE&quot;,
+      &quot;operator&quot; : &quot;STARTS_WITH&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
@@ -273,7 +280,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -405,7 +412,7 @@ Content-Type: application/json
 
                 <code class="prettyprint language-js">
 {
-  &quot;queryType&quot; : &quot;FULL_TEXT&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
   &quot;searchParameters&quot; : {
     &quot;query&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -415,16 +422,16 @@ Content-Type: application/json
     &quot;offset&quot; : 12345,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;EQ&quot;,
+      &quot;operator&quot; : &quot;LIKE&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;ENDS_WITH&quot;,
+      &quot;operator&quot; : &quot;GTE&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
@@ -444,7 +451,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -498,7 +505,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -599,14 +606,14 @@ Accept: application/json
   &quot;offset&quot; : 12345,
   &quot;entityFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
-    &quot;operator&quot; : &quot;NEQ&quot;,
+    &quot;operator&quot; : &quot;CONTAINS&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
-    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
     &quot;criterion&quot; : [ { }, { } ]
   },
   &quot;tagFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
-    &quot;operator&quot; : &quot;STARTS_WITH&quot;,
+    &quot;operator&quot; : &quot;IN&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
     &quot;condition&quot; : &quot;OR&quot;,
     &quot;criterion&quot; : [ { }, { } ]
@@ -624,7 +631,7 @@ Content-Type: application/json
 
                 <code class="prettyprint language-js">
 {
-  &quot;queryType&quot; : &quot;DSL&quot;,
+  &quot;queryType&quot; : &quot;ATTRIBUTE&quot;,
   &quot;searchParameters&quot; : {
     &quot;query&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -641,7 +648,7 @@ Content-Type: application/json
     },
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;ENDS_WITH&quot;,
+      &quot;operator&quot; : &quot;LIKE&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ]
@@ -663,7 +670,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -717,7 +724,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -853,16 +860,16 @@ Content-Type: application/json
     &quot;offset&quot; : 12345,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;LTE&quot;,
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;LT&quot;,
+      &quot;operator&quot; : &quot;CONTAINS&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
@@ -872,7 +879,7 @@ Content-Type: application/json
   &quot;classification&quot; : &quot;...&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;typeName&quot; : &quot;...&quot;,
@@ -882,7 +889,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1066,14 +1073,14 @@ Content-Type: application/json
     &quot;offset&quot; : 12345,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;IN&quot;,
+      &quot;operator&quot; : &quot;GTE&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;NEQ&quot;,
+      &quot;operator&quot; : &quot;CONTAINS&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ]
@@ -1095,7 +1102,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1111,7 +1118,7 @@ Content-Type: application/json
   &quot;fullTextResult&quot; : [ {
     &quot;entity&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;typeName&quot; : &quot;...&quot;,
@@ -1149,7 +1156,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1286,7 +1293,7 @@ Content-Type: application/json
 
                 <code class="prettyprint language-js">
 {
-  &quot;queryType&quot; : &quot;DSL&quot;,
+  &quot;queryType&quot; : &quot;ATTRIBUTE&quot;,
   &quot;searchParameters&quot; : {
     &quot;query&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -1296,14 +1303,14 @@ Content-Type: application/json
     &quot;offset&quot; : 12345,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;GTE&quot;,
+      &quot;operator&quot; : &quot;STARTS_WITH&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ]
     },
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
-      &quot;operator&quot; : &quot;STARTS_WITH&quot;,
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ]
@@ -1315,7 +1322,7 @@ Content-Type: application/json
   &quot;classification&quot; : &quot;...&quot;,
   &quot;entities&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;typeName&quot; : &quot;...&quot;,
@@ -1341,7 +1348,7 @@ Content-Type: application/json
   &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;typeName&quot; : &quot;...&quot;,
@@ -1354,7 +1361,7 @@ Content-Type: application/json
   }, {
     &quot;entity&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;typeName&quot; : &quot;...&quot;,
@@ -1368,7 +1375,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;displayText&quot; : &quot;...&quot;,
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;typeName&quot; : &quot;...&quot;,
@@ -1397,6 +1404,848 @@ Content-Type: application/json
         </div>
       </div>
 
+      <div id="resource_DiscoveryREST_getSavedSearches_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/saved <a href="../v2/search/saved" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">user</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">User for whom the search is retrieved</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+            <td><span class="response-description">list of all saved searches for given user</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/saved
+Accept: application/json
+
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;searchType&quot; : &quot;BASIC&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;NOT_NULL&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;STARTS_WITH&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_addSavedSearch_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/search/saved <a href="../v2/search/saved" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+            <td><span class="response-description">the saved search-object</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/search/saved
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;LIKE&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;EQ&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;LTE&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;GT&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_updateSavedSearch_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/search/saved <a href="../v2/search/saved" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+            <td><span class="response-description">the updated search-object</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/search/saved
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;searchType&quot; : &quot;BASIC&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;LT&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;STARTS_WITH&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;searchType&quot; : &quot;BASIC&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;GTE&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;IS_NULL&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_deleteSavedSearch_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/search/saved/{guid} <a href="../v2/search/saved/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Name of the saved search</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/search/saved/{guid}
+
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_getSavedSearch_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/saved/{name} <a href="../v2/search/saved/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Name of the saved search</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">user</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">User for whom the search is retrieved</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/saved/{name}
+Accept: application/json
+
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;GT&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_executeSavedSearchByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/saved/execute/{name} <a href="../v2/search/saved/execute/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Attribute based search for entities satisfying the search parameters</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">name of saved-search</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">user</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">saved-search owner</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td><span class="response-description">Atlas search result</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/saved/execute/{name}
+Accept: application/json
+
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;queryType&quot; : &quot;BASIC&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;LT&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;GTE&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;type&quot; : &quot;...&quot;,
+  &quot;classification&quot; : &quot;...&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;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ ]
+  },
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&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;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;property2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_executeSavedSearchByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/saved/execute/guid/{guid} <a href="../v2/search/saved/execute/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Attribute based search for entities satisfying the search parameters</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Guid identifying saved search</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td><span class="response-description">Atlas search result</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/saved/execute/guid/{guid}
+Accept: application/json
+
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;GT&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;operator&quot; : &quot;LTE&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ]
+    },
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;type&quot; : &quot;...&quot;,
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ ]
+  },
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;property2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
         <footer class="footer">
           <div class="container">
             <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/resource_EntityREST.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/resource_EntityREST.html b/0.8.1/api/v2/resource_EntityREST.html
index 1ba281d..2c0e750 100644
--- a/0.8.1/api/v2/resource_EntityREST.html
+++ b/0.8.1/api/v2/resource_EntityREST.html
@@ -144,10 +144,6 @@ Accept: application/json
     &quot;createTime&quot; : 12345,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -170,16 +166,12 @@ Accept: 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,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -201,16 +193,12 @@ Accept: application/json
     },
     &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,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -293,7 +281,7 @@ Content-Type: application/json
   },
   &quot;createdEntities&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;typeName&quot; : &quot;...&quot;,
@@ -303,7 +291,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -314,7 +302,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -324,7 +312,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -345,7 +333,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -366,7 +354,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -490,7 +478,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -501,7 +489,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -511,7 +499,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -537,7 +525,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -548,7 +536,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -558,7 +546,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -579,7 +567,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -633,7 +621,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -719,10 +707,6 @@ Content-Type: application/json
     &quot;createTime&quot; : 12345,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -749,10 +733,6 @@ Content-Type: application/json
     &quot;createTime&quot; : 12345,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -781,10 +761,6 @@ Content-Type: application/json
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -806,16 +782,12 @@ 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;createdBy&quot; : &quot;...&quot;,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -898,16 +870,12 @@ Accept: application/json
 {
   &quot;entities&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,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -934,10 +902,6 @@ Accept: application/json
     &quot;createTime&quot; : 12345,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -966,10 +930,6 @@ Accept: application/json
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -997,10 +957,6 @@ Accept: application/json
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -1046,7 +1002,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1057,7 +1013,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1093,7 +1049,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1104,7 +1060,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1125,7 +1081,7 @@ Content-Type: application/json
   } ],
   &quot;partialUpdatedEntities&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;typeName&quot; : &quot;...&quot;,
@@ -1135,7 +1091,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1146,7 +1102,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1156,7 +1112,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1178,7 +1134,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1189,7 +1145,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1336,7 +1292,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1347,7 +1303,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1373,7 +1329,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1383,7 +1339,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1404,7 +1360,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1565,10 +1521,6 @@ Content-Type: application/json
     &quot;createTime&quot; : 12345,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -1597,10 +1549,6 @@ Content-Type: application/json
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -1628,10 +1576,6 @@ Content-Type: application/json
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -1751,7 +1695,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1772,7 +1716,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1782,7 +1726,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1808,7 +1752,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1819,7 +1763,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1829,7 +1773,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1840,7 +1784,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1861,7 +1805,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1882,7 +1826,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -1986,7 +1930,7 @@ Content-Type: application/json
   &quot;startIndex&quot; : 12345,
   &quot;pageSize&quot; : 12345,
   &quot;totalCount&quot; : 12345,
-  &quot;sortType&quot; : &quot;DESC&quot;,
+  &quot;sortType&quot; : &quot;NONE&quot;,
   &quot;sortBy&quot; : &quot;...&quot;
 }
                 </code>
@@ -2264,7 +2208,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2327,7 +2271,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2440,16 +2384,12 @@ Content-Type: application/json
 {
   &quot;entity&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,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -2472,16 +2412,12 @@ 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,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -2509,10 +2445,6 @@ Content-Type: application/json
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -2620,10 +2552,6 @@ Accept: application/json
     &quot;createTime&quot; : 12345,
     &quot;updateTime&quot; : 12345,
     &quot;version&quot; : 12345,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
     &quot;classifications&quot; : [ {
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;attributes&quot; : {
@@ -2652,10 +2580,6 @@ Accept: application/json
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -2683,10 +2607,6 @@ Accept: application/json
       &quot;createTime&quot; : 12345,
       &quot;updateTime&quot; : 12345,
       &quot;version&quot; : 12345,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
       &quot;classifications&quot; : [ {
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;attributes&quot; : {
@@ -2722,7 +2642,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2753,7 +2673,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2769,7 +2689,7 @@ Content-Type: application/json
   },
   &quot;createdEntities&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;typeName&quot; : &quot;...&quot;,
@@ -2790,7 +2710,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2821,7 +2741,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2832,7 +2752,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2842,7 +2762,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2853,7 +2773,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -2875,7 +2795,7 @@ 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;typeName&quot; : &quot;...&quot;,

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/6e80db07/0.8.1/api/v2/resource_LineageREST.html
----------------------------------------------------------------------
diff --git a/0.8.1/api/v2/resource_LineageREST.html b/0.8.1/api/v2/resource_LineageREST.html
index 8ba2b34..8913117 100644
--- a/0.8.1/api/v2/resource_LineageREST.html
+++ b/0.8.1/api/v2/resource_LineageREST.html
@@ -185,7 +185,7 @@ 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;typeName&quot; : &quot;...&quot;,
@@ -202,7 +202,7 @@ Content-Type: application/json
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;toEntityId&quot; : &quot;...&quot;
   } ],
-  &quot;lineageDirection&quot; : &quot;BOTH&quot;,
+  &quot;lineageDirection&quot; : &quot;INPUT&quot;,
   &quot;lineageDepth&quot; : 12345
 }
                 </code>