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 2018/10/21 17:34:22 UTC

[10/51] [partial] atlas-website git commit: Updated REST docs for 1.x releases

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/json_AtlasStructDef.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AtlasStructDef.html b/1.1.0/api/v2/json_AtlasStructDef.html
index 04c153e..decd0f7 100644
--- a/1.1.0/api/v2/json_AtlasStructDef.html
+++ b/1.1.0/api/v2/json_AtlasStructDef.html
@@ -15,7 +15,7 @@
   <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">
+  <link rel="stylesheet" href="css/enunciate.css">
 
   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
   <!--[if lt IE 9]>
@@ -81,7 +81,7 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span class="property-name">attributeDefs</span>
+          <td>  <span id="prop-attributeDefs" class="property-name">attributeDefs</span>
 </td>
           <td>  <span class="datatype-reference">array of <a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a>
 </span>
@@ -101,8 +101,8 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">guid</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
@@ -113,50 +113,56 @@
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="property-name">dateFormatter</span></td>
+          <td><span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
           <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">createTime</span></td>
-          <td><span class="datatype-reference">number
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">updateTime</span></td>
-          <td><span class="datatype-reference">number
+          <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">version</span></td>
-          <td><span class="datatype-reference">number
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">name</span></td>
+          <td><span class="property-name">typeVersion</span></td>
           <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">description</span></td>
-          <td><span class="datatype-reference">string
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="property-name">updatedBy</span></td>
           <td><span class="datatype-reference">string
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
         <tr>
-          <td><span class="property-name">options</span></td>
-          <td><span class="datatype-reference">map of string
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
 </span></td>
           <td><span class="property-description"></span></td>
         </tr>
@@ -167,66 +173,111 @@
       
       <pre class="prettyprint language-js example">{
   &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;cardinality&quot; : &quot;SET&quot;,
     &quot;constraints&quot; : [ {
-      &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
-      }
+      },
+      &quot;type&quot; : &quot;...&quot;
     }, {
-      &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
-      }
-    } ]
-  }, {
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
     &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&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;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;constraints&quot; : [ {
-      &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
-      }
+      },
+      &quot;type&quot; : &quot;...&quot;
     }, {
-      &quot;type&quot; : &quot;...&quot;,
       &quot;params&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
-      }
-    } ]
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
   } ],
   &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;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;FLOOR&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
   &quot;description&quot; : &quot;...&quot;,
-  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
   &quot;options&quot; : {
     &quot;property1&quot; : &quot;...&quot;,
     &quot;property2&quot; : &quot;...&quot;
-  }
+  },
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
 }</pre>
 
         <footer class="footer">

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/json_AtlasTermAssignmentHeader.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AtlasTermAssignmentHeader.html b/1.1.0/api/v2/json_AtlasTermAssignmentHeader.html
new file mode 100644
index 0000000..3e2df53
--- /dev/null
+++ b/1.1.0/api/v2/json_AtlasTermAssignmentHeader.html
@@ -0,0 +1,220 @@
+<!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: AtlasTermAssignmentHeader</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/enunciate.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: AtlasTermAssignmentHeader</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_AtlasTermAssignmentHeader.html">AtlasTermAssignmentHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTermAssignmentHeader <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 id="prop-confidence" class="property-name">confidence</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createdBy" class="property-name">createdBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-expression" class="property-name">expression</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-source" class="property-name">source</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasTermAssignmentStatus.html">AtlasTermAssignmentStatus</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-steward" class="property-name">steward</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-termGuid" class="property-name">termGuid</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;confidence&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;expression&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;,
+  &quot;source&quot; : &quot;...&quot;,
+  &quot;status&quot; : &quot;PROPOSED&quot;,
+  &quot;steward&quot; : &quot;...&quot;,
+  &quot;termGuid&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/3fad5df3/1.1.0/api/v2/json_AtlasTermAssignmentStatus.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AtlasTermAssignmentStatus.html b/1.1.0/api/v2/json_AtlasTermAssignmentStatus.html
new file mode 100644
index 0000000..b13a2ff
--- /dev/null
+++ b/1.1.0/api/v2/json_AtlasTermAssignmentStatus.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTermAssignmentStatus</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/enunciate.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: AtlasTermAssignmentStatus</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><a href="#DISCOVERED"><abbr title="DISCOVERED"><span class="sideoverflow">DISCOVERED</span></abbr></a></li>
+          <li><a href="#PROPOSED"><abbr title="PROPOSED"><span class="sideoverflow">PROPOSED</span></abbr></a></li>
+          <li><a href="#IMPORTED"><abbr title="IMPORTED"><span class="sideoverflow">IMPORTED</span></abbr></a></li>
+          <li><a href="#VALIDATED"><abbr title="VALIDATED"><span class="sideoverflow">VALIDATED</span></abbr></a></li>
+          <li><a href="#DEPRECATED"><abbr title="DEPRECATED"><span class="sideoverflow">DEPRECATED</span></abbr></a></li>
+          <li><a href="#OBSOLETE"><abbr title="OBSOLETE"><span class="sideoverflow">OBSOLETE</span></abbr></a></li>
+          <li><a href="#OTHER"><abbr title="OTHER"><span class="sideoverflow">OTHER</span></abbr></a></li>
+          <li class="divider"></li>
+          <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_AtlasTermAssignmentStatus.html">AtlasTermAssignmentStatus</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTermAssignmentStatus <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" id="DISCOVERED">DISCOVERED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PROPOSED">PROPOSED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="IMPORTED">IMPORTED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="VALIDATED">VALIDATED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DEPRECATED">DEPRECATED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OBSOLETE">OBSOLETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OTHER">OTHER</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/json_AtlasTermCategorizationHeader.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AtlasTermCategorizationHeader.html b/1.1.0/api/v2/json_AtlasTermCategorizationHeader.html
new file mode 100644
index 0000000..a4015d7
--- /dev/null
+++ b/1.1.0/api/v2/json_AtlasTermCategorizationHeader.html
@@ -0,0 +1,170 @@
+<!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: AtlasTermCategorizationHeader</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/enunciate.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: AtlasTermCategorizationHeader</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_AtlasTermCategorizationHeader.html">AtlasTermCategorizationHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTermCategorizationHeader <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 id="prop-categoryGuid" class="property-name">categoryGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasTermRelationshipStatus.html">AtlasTermRelationshipStatus</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;categoryGuid&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;,
+  &quot;status&quot; : &quot;OTHER&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/3fad5df3/1.1.0/api/v2/json_AtlasTermRelationshipStatus.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AtlasTermRelationshipStatus.html b/1.1.0/api/v2/json_AtlasTermRelationshipStatus.html
new file mode 100644
index 0000000..a9afad7
--- /dev/null
+++ b/1.1.0/api/v2/json_AtlasTermRelationshipStatus.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTermRelationshipStatus</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/enunciate.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: AtlasTermRelationshipStatus</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><a href="#DRAFT"><abbr title="DRAFT"><span class="sideoverflow">DRAFT</span></abbr></a></li>
+          <li><a href="#ACTIVE"><abbr title="ACTIVE"><span class="sideoverflow">ACTIVE</span></abbr></a></li>
+          <li><a href="#DEPRECATED"><abbr title="DEPRECATED"><span class="sideoverflow">DEPRECATED</span></abbr></a></li>
+          <li><a href="#OBSOLETE"><abbr title="OBSOLETE"><span class="sideoverflow">OBSOLETE</span></abbr></a></li>
+          <li><a href="#OTHER"><abbr title="OTHER"><span class="sideoverflow">OTHER</span></abbr></a></li>
+          <li class="divider"></li>
+          <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_AtlasTermRelationshipStatus.html">AtlasTermRelationshipStatus</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTermRelationshipStatus <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" id="DRAFT">DRAFT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ACTIVE">ACTIVE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DEPRECATED">DEPRECATED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OBSOLETE">OBSOLETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OTHER">OTHER</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/json_AtlasTypeDefHeader.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AtlasTypeDefHeader.html b/1.1.0/api/v2/json_AtlasTypeDefHeader.html
index 7a24dbb..23a51bb 100644
--- a/1.1.0/api/v2/json_AtlasTypeDefHeader.html
+++ b/1.1.0/api/v2/json_AtlasTypeDefHeader.html
@@ -15,7 +15,7 @@
   <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">
+  <link rel="stylesheet" href="css/enunciate.css">
 
   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
   <!--[if lt IE 9]>
@@ -79,16 +79,16 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span class="property-name">guid</span>
+          <td>  <span id="prop-category" class="property-name">category</span>
 </td>
-          <td>  <span class="datatype-reference">string
+          <td>  <span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">name</span>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
 </td>
           <td>  <span class="datatype-reference">string
 </span>
@@ -97,9 +97,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">category</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
-          <td>  <span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+          <td>  <span class="datatype-reference">string
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -111,9 +111,9 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
   &quot;guid&quot; : &quot;...&quot;,
-  &quot;name&quot; : &quot;...&quot;,
-  &quot;category&quot; : &quot;STRUCT&quot;
+  &quot;name&quot; : &quot;...&quot;
 }</pre>
 
         <footer class="footer">

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/json_AtlasTypesDef.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AtlasTypesDef.html b/1.1.0/api/v2/json_AtlasTypesDef.html
index 4a47bd4..725b6f6 100644
--- a/1.1.0/api/v2/json_AtlasTypesDef.html
+++ b/1.1.0/api/v2/json_AtlasTypesDef.html
@@ -15,7 +15,7 @@
   <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">
+  <link rel="stylesheet" href="css/enunciate.css">
 
   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
   <!--[if lt IE 9]>
@@ -79,43 +79,34 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span class="property-name">enumDefs</span>
+          <td>  <span id="prop-classificationDefs" class="property-name">classificationDefs</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_AtlasEnumDef.html">AtlasEnumDef</a>
-</span>
-</td>
-          <td>  <span class="property-description"></span>
-</td>
-        </tr>
-        <tr>
-          <td>  <span class="property-name">structDefs</span>
-</td>
-          <td>  <span class="datatype-reference">array of <a href="json_AtlasStructDef.html">AtlasStructDef</a>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">classificationDefs</span>
+          <td>  <span id="prop-entityDefs" class="property-name">entityDefs</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasEntityDef.html">AtlasEntityDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">entityDefs</span>
+          <td>  <span id="prop-enumDefs" class="property-name">enumDefs</span>
 </td>
-          <td>  <span class="datatype-reference">array of <a href="json_AtlasEntityDef.html">AtlasEntityDef</a>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasEnumDef.html">AtlasEnumDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">relationshipDefs</span>
+          <td>  <span id="prop-relationshipDefs" class="property-name">relationshipDefs</span>
 </td>
           <td>  <span class="datatype-reference">array of <a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>
 </span>
@@ -124,9 +115,9 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">empty</span>
+          <td>  <span id="prop-structDefs" class="property-name">structDefs</span>
 </td>
-          <td>  <span class="datatype-reference">boolean
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasStructDef.html">AtlasStructDef</a>
 </span>
 </td>
           <td>  <span class="property-description"></span>
@@ -138,404 +129,619 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;enumDefs&quot; : [ {
-    &quot;elementDefs&quot; : [ {
-      &quot;value&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345
-    }, {
-      &quot;value&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345
-    } ],
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;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;elementDefs&quot; : [ {
-      &quot;value&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345
-    }, {
-      &quot;value&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345
-    } ],
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;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;structDefs&quot; : [ {
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
     &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
     &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   } ],
-  &quot;classificationDefs&quot; : [ {
+  &quot;entityDefs&quot; : [ {
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
     &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   }, {
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
     &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   } ],
-  &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;valuesMinCount&quot; : 12345,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;isUnique&quot; : true,
-      &quot;isIndexable&quot; : true,
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&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;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
     &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   }, {
-    &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;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&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;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
     } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
     &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   } ],
   &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;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;isLegacyAttribute&quot; : true
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
     },
     &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;isLegacyAttribute&quot; : true
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
     },
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
     &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   }, {
-    &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;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
     },
     &quot;endDef2&quot; : {
-      &quot;type&quot; : &quot;...&quot;,
-      &quot;name&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;isLegacyAttribute&quot; : true
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
     },
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
     }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&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;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
       &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;constraints&quot; : [ { }, { } ]
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;createTime&quot; : 12345,
-    &quot;updateTime&quot; : 12345,
-    &quot;version&quot; : 12345,
-    &quot;name&quot; : &quot;...&quot;,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
     &quot;description&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
     &quot;options&quot; : {
       &quot;property1&quot; : &quot;...&quot;,
       &quot;property2&quot; : &quot;...&quot;
-    }
-  } ],
-  &quot;empty&quot; : true
+    },
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ]
 }</pre>
 
         <footer class="footer">

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/json_AtlasUserSavedSearch.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AtlasUserSavedSearch.html b/1.1.0/api/v2/json_AtlasUserSavedSearch.html
new file mode 100644
index 0000000..be3b2f3
--- /dev/null
+++ b/1.1.0/api/v2/json_AtlasUserSavedSearch.html
@@ -0,0 +1,208 @@
+<!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/enunciate.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 id="prop-name" 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 id="prop-ownerName" 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 id="prop-searchParameters" class="property-name">searchParameters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SearchParameters.html">SearchParameters</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-searchType" 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 id="prop-uiParameters" class="property-name">uiParameters</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NEQ&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_NULL&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/json_AttributeSearchResult.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_AttributeSearchResult.html b/1.1.0/api/v2/json_AttributeSearchResult.html
index 6cb1aee..3408366 100644
--- a/1.1.0/api/v2/json_AttributeSearchResult.html
+++ b/1.1.0/api/v2/json_AttributeSearchResult.html
@@ -15,7 +15,7 @@
   <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">
+  <link rel="stylesheet" href="css/enunciate.css">
 
   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
   <!--[if lt IE 9]>
@@ -79,7 +79,7 @@
         </thead>
         <tbody>
         <tr>
-          <td>  <span class="property-name">name</span>
+          <td>  <span id="prop-name" class="property-name">name</span>
 </td>
           <td>  <span class="datatype-reference">array of string
 </span>
@@ -88,7 +88,7 @@
 </td>
         </tr>
         <tr>
-          <td>  <span class="property-name">values</span>
+          <td>  <span id="prop-values" class="property-name">values</span>
 </td>
           <td>  <span class="datatype-reference">array of object
 </span>

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/json_Cardinality.html
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/json_Cardinality.html b/1.1.0/api/v2/json_Cardinality.html
index 99a344c..2a9287d 100644
--- a/1.1.0/api/v2/json_Cardinality.html
+++ b/1.1.0/api/v2/json_Cardinality.html
@@ -15,7 +15,7 @@
   <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">
+  <link rel="stylesheet" href="css/enunciate.css">
 
   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
   <!--[if lt IE 9]>
@@ -50,6 +50,10 @@
     <div class="row">
       <div class="col-sm-3 col-md-2 sidebar" id="apinav">
         <ul class="nav nav-sidebar">
+          <li><a href="#SINGLE"><abbr title="SINGLE"><span class="sideoverflow">SINGLE</span></abbr></a></li>
+          <li><a href="#LIST"><abbr title="LIST"><span class="sideoverflow">LIST</span></abbr></a></li>
+          <li><a href="#SET"><abbr title="SET"><span class="sideoverflow">SET</span></abbr></a></li>
+          <li class="divider"></li>
           <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
         </ul>
       </div>
@@ -78,15 +82,15 @@
         </thead>
         <tbody>
         <tr>
-          <td><span class="value-value">SINGLE</span></td>
+          <td><span class="value-value" id="SINGLE">SINGLE</span></td>
           <td><span class="value-description"></span></td>
         </tr>
         <tr>
-          <td><span class="value-value">LIST</span></td>
+          <td><span class="value-value" id="LIST">LIST</span></td>
           <td><span class="value-description"></span></td>
         </tr>
         <tr>
-          <td><span class="value-value">SET</span></td>
+          <td><span class="value-value" id="SET">SET</span></td>
           <td><span class="value-description"></span></td>
         </tr>
         </tbody>