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/22 16:15:03 UTC

[21/27] atlas-website git commit: Updated REST docs for 1.x releases (part 2)

http://git-wip-us.apache.org/repos/asf/atlas-website/blob/d115dad8/1.0.0/api/v2/resource_TypesREST.html
----------------------------------------------------------------------
diff --git a/1.0.0/api/v2/resource_TypesREST.html b/1.0.0/api/v2/resource_TypesREST.html
index 17064fa..764df82 100644
--- a/1.0.0/api/v2/resource_TypesREST.html
+++ b/1.0.0/api/v2/resource_TypesREST.html
@@ -67,6 +67,7 @@
           <li><a href="#resource_TypesREST_getStructDefByName_GET"><abbr title="GET /v2/types/structdef/name/{name}"><span class="sideoverflow">GET /v2/types/structdef/name/{name}</span></abbr></a></li>
           <li><a href="#resource_TypesREST_getTypeDefByGuid_GET"><abbr title="GET /v2/types/typedef/guid/{guid}"><span class="sideoverflow">GET /v2/types/typedef/guid/{guid}</span></abbr></a></li>
           <li><a href="#resource_TypesREST_getTypeDefByName_GET"><abbr title="GET /v2/types/typedef/name/{name}"><span class="sideoverflow">GET /v2/types/typedef/name/{name}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_deleteAtlasTypeByName_DELETE"><abbr title="DELETE /v2/types/typedef/name/{typeName}"><span class="sideoverflow">DELETE /v2/types/typedef/name/{typeName}</span></abbr></a></li>
           <li class="divider"></li>
           <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
         </ul>
@@ -99,10 +100,15 @@
           </thead>
           <tbody>
           <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">A composite object that captures all types to be deleted</span></td>
+          </tr>
+          <tr>
             <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json;charset=UTF-8&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json;charset=UTF-8</span></abbr></td>
             <td><span class="datatype-reference">(custom)
 </span></td>
-            <td><span class="request-description">A composite object that captures all types to be deleted</span></td>
           </tr>
           </tbody>
         </table>
@@ -134,10 +140,624 @@
               <h5>Request</h5>
               <pre>
 DELETE /v2/types/typedefs
-Content-Type: application/json;charset=UTF-8
-
-                <code class="prettyprint language-txt">
-...
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &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;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;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;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;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;valuesMaxCount&quot; : 12345,
+      &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;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENUM&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;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;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;ENTITY&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;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&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;valuesMaxCount&quot; : 12345,
+      &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;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&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;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;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;ENUM&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;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&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;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&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;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&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;COMPOSITION&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;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;PRIMITIVE&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;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&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;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;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;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;MAP&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;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;category&quot; : &quot;ENUM&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
+  } ]
+}
                 </code>
               </pre>
             </div>
@@ -184,10 +804,15 @@ HTTP/1.1 204 No Content
           </thead>
           <tbody>
           <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">A composite wrapper object with lists of all type definitions</span></td>
+          </tr>
+          <tr>
             <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json;charset=UTF-8&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json;charset=UTF-8</span></abbr></td>
             <td><span class="datatype-reference">(custom)
 </span></td>
-            <td><span class="response-description">A composite wrapper object with lists of all type definitions</span></td>
           </tr>
           </tbody>
         </table>
@@ -199,8 +824,8 @@ HTTP/1.1 204 No Content
               <h5>Request</h5>
               <pre>
 GET /v2/types/typedefs
-Content-Type: */*
-Accept: application/json;charset=UTF-8
+Content-Type: application/json
+Accept: application/json
 
                 <code class="prettyprint language-txt">
 ...
@@ -211,10 +836,624 @@ Accept: application/json;charset=UTF-8
               <h5>Response</h5>
               <pre>
 HTTP/1.1 200 OK
-Content-Type: application/json;charset=UTF-8
-
-                <code class="prettyprint language-txt">
-...
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &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;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;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;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;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;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;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;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;entityDefs&quot; : [ {
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&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;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;category&quot; : &quot;CLASSIFICATION&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;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&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;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;category&quot; : &quot;MAP&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;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;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &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;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&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;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;ENUM&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;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&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;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;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;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&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;ASSOCIATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&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;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;category&quot; : &quot;CLASSIFICATION&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;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;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;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;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;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;category&quot; : &quot;STRUCT&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
+  } ]
+}
                 </code>
               </pre>
             </div>
@@ -239,10 +1478,15 @@ Any changes to the existing definitions will be discarded</p>
           </thead>
           <tbody>
           <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">A composite wrapper object with corresponding lists of the type definition</span></td>
+          </tr>
+          <tr>
             <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json;charset=UTF-8&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json;charset=UTF-8</span></abbr></td>
             <td><span class="datatype-reference">(custom)
 </span></td>
-            <td><span class="request-description">A composite wrapper object with corresponding lists of the type definition</span></td>
           </tr>
           </tbody>
         </table>
@@ -278,11 +1522,16 @@ Any changes to the existing definitions will be discarded</p>
           </thead>
           <tbody>
           <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">A composite wrapper object with lists of type definitions that were successfully
+created</span></td>
+          </tr>
+          <tr>
             <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json;charset=UTF-8&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json;charset=UTF-8</span></abbr></td>
             <td><span class="datatype-reference">(custom)
 </span></td>
-            <td><span class="response-description">A composite wrapper object with lists of type definitions that were successfully
-created</span></td>
           </tr>
           </tbody>
         </table>
@@ -294,11 +1543,625 @@ created</span></td>
               <h5>Request</h5>
               <pre>
 POST /v2/types/typedefs
-Content-Type: application/json;charset=UTF-8
-Accept: application/json;charset=UTF-8
-
-                <code class="prettyprint language-txt">
-...
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &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;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;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;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;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;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;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;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;entityDefs&quot; : [ {
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&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;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;PRIMITIVE&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;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&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;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;category&quot; : &quot;ENTITY&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;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;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&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;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&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;value&quot; : &quot;...&quot;
+    } ],
+    &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;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &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;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&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;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;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;category&quot; : &quot;STRUCT&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;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &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;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&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;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;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;PRIMITIVE&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;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;MAP&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;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;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;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
+  } ]
+}
                 </code>
               </pre>
             </div>
@@ -306,10 +2169,624 @@ Accept: application/json;charset=UTF-8
               <h5>Response</h5>
               <pre>
 HTTP/1.1 200 OK
-Content-Type: application/json;charset=UTF-8
-
-                <code class="prettyprint language-txt">
-...
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &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;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;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;category&quot; : &quot;STRUCT&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;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;valuesMaxCount&quot; : 12345,
+      &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;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&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;entityDefs&quot; : [ {
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&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;valuesMaxCount&quot; : 12345,
+      &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;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&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;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; : {
+        &q

<TRUNCATED>