http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/ui/swagger.json
----------------------------------------------------------------------
diff --git a/1.1.0/api/v2/ui/swagger.json b/1.1.0/api/v2/ui/swagger.json
index 4ce3caf..f43db49 100644
--- a/1.1.0/api/v2/ui/swagger.json
+++ b/1.1.0/api/v2/ui/swagger.json
@@ -6,7 +6,7 @@
       "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt";,
       "name" : "The Apache Software License, Version 2.0"
     },
-    "version" : "1.0.0",
+    "version" : "1.1.0",
     "title" : "Atlas REST API"
   },
   "schemes" : [],
@@ -46,6 +46,250 @@
     }
   ],
   "definitions" : {
+    "json_AtlasAttributeDef" : {
+      "type" : "object",
+      "title" : "AtlasAttributeDef",
+          "properties" : {
+            "cardinality" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_Cardinality"
+            },
+            "constraints" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasConstraintDef"
+}
+            },
+            "defaultValue" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "includeInNotification" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "isIndexable" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "isOptional" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "isUnique" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "options" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "typeName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "valuesMaxCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "valuesMinCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            }
+          },
+      "example" : {
+  "cardinality" : "SET",
+  "constraints" : [ {
+    "params" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "type" : "..."
+  }, {
+    "params" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "type" : "..."
+  } ],
+  "defaultValue" : "...",
+  "description" : "...",
+  "includeInNotification" : true,
+  "isIndexable" : true,
+  "isOptional" : true,
+  "isUnique" : true,
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "typeName" : "...",
+  "valuesMaxCount" : 12345,
+  "valuesMinCount" : 12345
+},
+      "description" : "class that captures details of a struct-attribute."
+    }
+    ,
+    "json_AtlasBaseModelObject" : {
+      "type" : "object",
+      "title" : "AtlasBaseModelObject",
+          "properties" : {
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "json_AtlasBaseTypeDef" : {
+      "type" : "object",
+      "title" : "AtlasBaseTypeDef",
+          "properties" : {
+            "category" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_TypeCategory"
+            },
+            "createTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            },
+            "createdBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "dateFormatter" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_DateFormat"
+            },
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "options" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "typeVersion" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "updateTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            },
+            "updatedBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "version" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            }
+          },
+      "example" : {
+  "category" : "STRUCT",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "DOWN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "Base class that captures common-attributes for all 
Atlas types."
+    }
+    ,
     "json_AtlasClassification" : {
       "type" : "object",
       "title" : "AtlasClassification",
@@ -60,11 +304,20 @@
 "description" : "",
 "type" : "string"
             },
+            "entityStatus" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_Status"
+            },
             "propagate" : {
             "readOnly" : false,
 "description" : "",
 "type" : "boolean"
             },
+            "removePropagationsOnEntityDelete" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
             "validityPeriods" : {
             "readOnly" : false,
 "description" : "",
@@ -78,194 +331,7164 @@
       ],
       "example" : {
   "entityGuid" : "...",
+  "entityStatus" : "ACTIVE",
   "propagate" : true,
+  "removePropagationsOnEntityDelete" : true,
   "validityPeriods" : [ {
-    "startTime" : "...",
     "endTime" : "...",
+    "startTime" : "...",
     "timeZone" : "..."
   }, {
-    "startTime" : "...",
     "endTime" : "...",
+    "startTime" : "...",
     "timeZone" : "..."
   } ],
-  "typeName" : "...",
   "attributes" : {
     "property1" : { },
     "property2" : { }
-  }
+  },
+  "typeName" : "..."
 },
       "description" : "An instance of a classification; it doesn't have an 
identity, this object exists only when associated with an entity."
     }
     ,
-    "json_AtlasStruct" : {
+    "json_AtlasClassificationDef" : {
       "type" : "object",
-      "title" : "AtlasStruct",
+      "title" : "AtlasClassificationDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasStructDef"
+        },
+        {
           "properties" : {
-            "typeName" : {
+            "entityTypes" : {
+            "readOnly" : false,
+"description" : "Specifying a list of entityType names in the 
classificationDef, ensures that classifications can\nonly be applied to those 
entityTypes.\n<ul>\n<li>Any subtypes of the entity types inherit the 
restriction<\/li>\n<li>Any classificationDef subtypes inherit the parents 
entityTypes restrictions<\/li>\n<li>Any classificationDef subtypes can further 
restrict the parents entityTypes restrictions by specifying a subset of the 
entityTypes<\/li>\n<li>An empty entityTypes list when there are no parent 
restrictions means there are no restrictions<\/li>\n<li>An empty entityTypes 
list when there are parent restrictions means that the subtype picks up the 
parents restrictions<\/li>\n<li>If a list of entityTypes are supplied, where 
one inherits from another, this will be rejected. This should encourage cleaner 
classificationsDefs<\/li>\n<\/ul>",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "subTypes" : {
             "readOnly" : false,
 "description" : "",
-"type" : "string"
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
             },
-            "attributes" : {
+            "superTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "entityTypes" : [ "...", "..." ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "includeInNotification" : true,
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "includeInNotification" : true,
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "RELATIONSHIP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "class that captures details of a classification-type."
+    }
+    ,
+    "json_AtlasClassifications" : {
+      "type" : "object",
+      "title" : "AtlasClassifications",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_PList"
+        },
+        {
+        }
+      ],
+      "example" : {
+  "list" : [ { }, { } ],
+  "pageSize" : 12345,
+  "sortBy" : "...",
+  "sortType" : "NONE",
+  "startIndex" : 12345,
+  "totalCount" : 12345
+},
+      "description" : "REST serialization friendly list."
+    }
+    ,
+    "json_AtlasConstraintDef" : {
+      "type" : "object",
+      "title" : "AtlasConstraintDef",
+          "properties" : {
+            "params" : {
             "readOnly" : false,
 "description" : "",
 "type" : "object",
 "additionalProperties" : {
   "type" : "object"
 }
+            },
+            "type" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
             }
           },
       "example" : {
-  "typeName" : "...",
-  "attributes" : {
+  "params" : {
     "property1" : { },
     "property2" : { }
-  }
+  },
+  "type" : "..."
 },
-      "description" : "Captures details of struct contents. Not instantiated 
directly, used only via AtlasEntity, AtlasClassification."
+      "description" : "class that captures details of a constraint."
     }
     ,
-    "json_ClassificationAssociateRequest" : {
+    "json_AtlasEntitiesWithExtInfo" : {
       "type" : "object",
-      "title" : "ClassificationAssociateRequest",
+      "title" : "AtlasEntitiesWithExtInfo",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasEntityExtInfo"
+        },
+        {
           "properties" : {
-            "classification" : {
-            "readOnly" : false,
-"$ref" : "#/definitions/json_AtlasClassification"
-            },
-            "entityGuids" : {
+            "entities" : {
             "readOnly" : false,
 "description" : "",
 "type" : "array",
 "items" : {
-  "type" : "string"
+  "$ref" : "#/definitions/json_AtlasEntity"
 }
             }
-          },
+          }
+        }
+      ],
       "example" : {
-  "classification" : {
-    "entityGuid" : "...",
-    "propagate" : true,
+  "entities" : [ {
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "guid" : "...",
+    "homeId" : "...",
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "DELETED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "guid" : "...",
+    "homeId" : "...",
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "ACTIVE",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "referredEntities" : {
+    "property1" : {
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "guid" : "...",
+      "homeId" : "...",
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "DELETED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "guid" : "...",
+      "homeId" : "...",
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "DELETED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+},
+      "description" : "An instance of an entity along with extended info - 
like hive_table, hive_database."
+    }
+    ,
+    "json_AtlasEntity" : {
+      "type" : "object",
+      "title" : "AtlasEntity",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasStruct"
+        },
+        {
+          "properties" : {
+            "classifications" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasClassification"
+}
+            },
+            "createTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            },
+            "createdBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "homeId" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "meanings" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasTermAssignmentHeader"
+}
+            },
+            "proxy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "relationshipAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_Status"
+            },
+            "updateTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            },
+            "updatedBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "version" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
-      "startTime" : "...",
       "endTime" : "...",
+      "startTime" : "...",
       "timeZone" : "..."
     }, {
+      "endTime" : "...",
       "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
       "endTime" : "...",
+      "startTime" : "...",
       "timeZone" : "..."
     } ],
-    "typeName" : "...",
     "attributes" : {
       "property1" : { },
       "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "guid" : "...",
+  "homeId" : "...",
+  "meanings" : [ {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DISCOVERED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "PROPOSED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "proxy" : true,
+  "relationshipAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "status" : "DELETED",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345,
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "An instance of an entity - like hive_table, 
hive_database."
+    }
+    ,
+    "json_AtlasEntityDef" : {
+      "type" : "object",
+      "title" : "AtlasEntityDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasStructDef"
+        },
+        {
+          "properties" : {
+            "subTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "superTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "includeInNotification" : true,
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "includeInNotification" : true,
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "PRIMITIVE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "DOWN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
     }
   },
-  "entityGuids" : [ "...", "..." ]
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "class that captures details of a entity-type."
+    }
+    ,
+    "json_AtlasEntityExtInfo" : {
+      "type" : "object",
+      "title" : "AtlasEntityExtInfo",
+          "properties" : {
+            "referredEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/json_AtlasEntity"
+}
+            }
+          },
+      "example" : {
+  "referredEntities" : {
+    "property1" : {
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "guid" : "...",
+      "homeId" : "...",
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "DELETED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "guid" : "...",
+      "homeId" : "...",
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "ACTIVE",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+},
+      "description" : "An instance of an entity along with extended info - 
like hive_table, hive_database."
+    }
+    ,
+    "json_AtlasEntityHeader" : {
+      "type" : "object",
+      "title" : "AtlasEntityHeader",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasStruct"
+        },
+        {
+          "properties" : {
+            "classificationNames" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "classifications" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasClassification"
+}
+            },
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "meaningNames" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "meanings" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasTermAssignmentHeader"
+}
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_Status"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "classificationNames" : [ "...", "..." ],
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "displayText" : "...",
+  "guid" : "...",
+  "meaningNames" : [ "...", "..." ],
+  "meanings" : [ {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "status" : "ACTIVE",
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "An instance of an entity - like hive_table, 
hive_database."
+    }
+    ,
+    "json_AtlasEntityWithExtInfo" : {
+      "type" : "object",
+      "title" : "AtlasEntityWithExtInfo",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasEntityExtInfo"
+        },
+        {
+          "properties" : {
+            "entity" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_AtlasEntity"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "entity" : {
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "guid" : "...",
+    "homeId" : "...",
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "ACTIVE",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "referredEntities" : {
+    "property1" : {
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "guid" : "...",
+      "homeId" : "...",
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "ACTIVE",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "guid" : "...",
+      "homeId" : "...",
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "ACTIVE",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+},
+      "description" : "An instance of an entity along with extended info - 
like hive_table, hive_database."
+    }
+    ,
+    "json_AtlasEnumDef" : {
+      "type" : "object",
+      "title" : "AtlasEnumDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasBaseTypeDef"
+        },
+        {
+          "properties" : {
+            "defaultValue" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "elementDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasEnumElementDef"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "defaultValue" : "...",
+  "elementDefs" : [ {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  }, {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  } ],
+  "category" : "CLASSIFICATION",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_EVEN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "class that captures details of an enum-type."
+    }
+    ,
+    "json_AtlasEnumElementDef" : {
+      "type" : "object",
+      "title" : "AtlasEnumElementDef",
+          "properties" : {
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "ordinal" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            },
+            "value" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "description" : "...",
+  "ordinal" : 12345,
+  "value" : "..."
+},
+      "description" : "class that captures details of an enum-element."
+    }
+    ,
+    "json_AtlasFullTextResult" : {
+      "type" : "object",
+      "title" : "AtlasFullTextResult",
+          "properties" : {
+            "entity" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_AtlasEntityHeader"
+            },
+            "score" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            }
+          },
+      "example" : {
+  "entity" : {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "score" : 12345.0
+},
+      "description" : ""
+    }
+    ,
+    "json_AtlasGlossary" : {
+      "type" : "object",
+      "title" : "AtlasGlossary",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasGlossaryBaseObject"
+        },
+        {
+          "properties" : {
+            "categories" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedCategoryHeader"
+}
+            },
+            "language" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "terms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "usage" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "json_AtlasGlossaryBaseObject" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryBaseObject",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasBaseModelObject"
+        },
+        {
+          "properties" : {
+            "classifications" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasClassification"
+}
+            },
+            "longDescription" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "shortDescription" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "json_AtlasGlossaryCategory" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryCategory",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasGlossaryBaseObject"
+        },
+        {
+          "properties" : {
+            "anchor" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_AtlasGlossaryHeader"
+            },
+            "childrenCategories" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedCategoryHeader"
+}
+            },
+            "parentCategory" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_AtlasRelatedCategoryHeader"
+            },
+            "terms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "json_AtlasGlossaryExtInfo" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryExtInfo",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasGlossary"
+        },
+        {
+          "properties" : {
+            "categoryInfo" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/json_AtlasGlossaryCategory"
+}
+            },
+            "termInfo" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/json_AtlasGlossaryTerm"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "categoryInfo" : {
+    "property1" : {
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "childrenCategories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      } ],
+      "parentCategory" : {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "terms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    },
+    "property2" : {
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "childrenCategories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      } ],
+      "parentCategory" : {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "terms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    }
+  },
+  "termInfo" : {
+    "property1" : {
+      "abbreviation" : "...",
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "antonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "assignedEntities" : [ {
+        "displayText" : "...",
+        "entityStatus" : "ACTIVE",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      }, {
+        "displayText" : "...",
+        "entityStatus" : "DELETED",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      } ],
+      "categories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "ACTIVE"
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "ACTIVE"
+      } ],
+      "classifies" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "examples" : [ "...", "..." ],
+      "isA" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacementTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "seeAlso" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "usage" : "...",
+      "validValues" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "validValuesFor" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    },
+    "property2" : {
+      "abbreviation" : "...",
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "antonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "assignedEntities" : [ {
+        "displayText" : "...",
+        "entityStatus" : "ACTIVE",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "DELETED",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      }, {
+        "displayText" : "...",
+        "entityStatus" : "DELETED",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "DELETED",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      } ],
+      "categories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "OBSOLETE"
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "DEPRECATED"
+      } ],
+      "classifies" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "examples" : [ "...", "..." ],
+      "isA" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacementTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "seeAlso" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "usage" : "...",
+      "validValues" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "validValuesFor" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    }
+  },
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "json_AtlasGlossaryHeader" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryHeader",
+          "properties" : {
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "glossaryGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "displayText" : "...",
+  "glossaryGuid" : "...",
+  "relationGuid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "json_AtlasGlossaryTerm" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryTerm",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/json_AtlasGlossaryBaseObject"
+        },
+        {
+          "properties" : {
+            "abbreviation" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "anchor" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/json_AtlasGlossaryHeader"
+            },
+            "antonyms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "assignedEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedObjectId"
+}
+            },
+            "categories" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasTermCategorizationHeader"
+}
+            },
+            "classifies" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "examples" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "isA" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "preferredTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "preferredToTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "replacedBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "replacementTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "seeAlso" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "synonyms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "translatedTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "translationTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "usage" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "validValues" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            },
+            "validValuesFor" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/json_AtlasRelatedTermHeader"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DRAFT"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : 

<TRUNCATED>

Reply via email to