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:17 UTC

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

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>