http://git-wip-us.apache.org/repos/asf/atlas-website/blob/2f6afcd8/0.8.3/api/v2/apidocs/ui/swagger.json
----------------------------------------------------------------------
diff --git a/0.8.3/api/v2/apidocs/ui/swagger.json 
b/0.8.3/api/v2/apidocs/ui/swagger.json
deleted file mode 100644
index 9c7551d..0000000
--- a/0.8.3/api/v2/apidocs/ui/swagger.json
+++ /dev/null
@@ -1,16593 +0,0 @@
-{
-  "swagger": "2.0",
-  "info" : {
-    "description" : "Atlas exposes a variety of REST endpoints to work with 
types, entities, lineage and data discovery.",
-    "license" : {
-      "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt";,
-      "name" : "The Apache Software License, Version 2.0"
-    },
-    "version" : "0.8.3",
-    "title" : "Atlas REST API"
-  },
-  "schemes" : [],
-  "tags" : [
-    {
-      "name" : "DiscoveryREST"
-      ,
-      "description" : "REST interface for data discovery using dsl or full 
text search."
-    }
-    ,
-    {
-      "name" : "EntityREST"
-      ,
-      "description" : "REST for a single entity."
-    }
-    ,
-    {
-      "name" : "LineageREST"
-      ,
-      "description" : "REST interface for an entity's lineage information."
-    }
-    ,
-    {
-      "name" : "TypesREST"
-      ,
-      "description" : "REST interface for CRUD operations on type definitions."
-    }
-  ],
-  "definitions" : {
-    "json_AtlasAttributeDef" : {
-      "type" : "object",
-      "title" : "AtlasAttributeDef",
-          "properties" : {
-            "name" : {
-"description" : "",
-"type" : "string"
-            },
-            "typeName" : {
-"description" : "",
-"type" : "string"
-            },
-            "isOptional" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "cardinality" : {
-"description" : "",
-"$ref" : "#/definitions/json_Cardinality"
-            },
-            "valuesMinCount" : {
-"description" : "",
-"type" : "number"
-            },
-            "valuesMaxCount" : {
-"description" : "",
-"type" : "number"
-            },
-            "isUnique" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "isIndexable" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "constraints" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasConstraintDef"
-}
-            },
-            "options" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "type" : "string"
-}
-            },
-            "softReferenced" : {
-"description" : "",
-"type" : "boolean"
-            }
-          },
-      "example" : {
-  "name" : "...",
-  "typeName" : "...",
-  "isOptional" : true,
-  "cardinality" : "SINGLE",
-  "valuesMinCount" : 12345,
-  "valuesMaxCount" : 12345,
-  "isUnique" : true,
-  "isIndexable" : true,
-  "constraints" : [ {
-    "type" : "...",
-    "params" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "type" : "...",
-    "params" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  },
-  "softReferenced" : true
-},
-      "description" : "class that captures details of a struct-attribute."
-    }
-    ,
-    "json_AtlasBaseModelObject" : {
-      "type" : "object",
-      "title" : "AtlasBaseModelObject",
-          "properties" : {
-            "guid" : {
-"description" : "",
-"type" : "string"
-            }
-          },
-      "example" : {
-  "guid" : "..."
-},
-      "description" : ""
-    }
-    ,
-    "json_AtlasBaseTypeDef" : {
-      "type" : "object",
-      "title" : "AtlasBaseTypeDef",
-          "properties" : {
-            "dateFormatter" : {
-"description" : "",
-"$ref" : "#/definitions/json_DateFormat"
-            },
-            "category" : {
-"description" : "",
-"$ref" : "#/definitions/json_TypeCategory"
-            },
-            "guid" : {
-"description" : "",
-"type" : "string"
-            },
-            "createdBy" : {
-"description" : "",
-"type" : "string"
-            },
-            "updatedBy" : {
-"description" : "",
-"type" : "string"
-            },
-            "createTime" : {
-"description" : "",
-"type" : "number"
-            },
-            "updateTime" : {
-"description" : "",
-"type" : "number"
-            },
-            "version" : {
-"description" : "",
-"type" : "number"
-            },
-            "name" : {
-"description" : "",
-"type" : "string"
-            },
-            "description" : {
-"description" : "",
-"type" : "string"
-            },
-            "typeVersion" : {
-"description" : "",
-"type" : "string"
-            },
-            "options" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "type" : "string"
-}
-            }
-          },
-      "example" : {
-  "dateFormatter" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "DOWN",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  },
-  "category" : "CLASSIFICATION",
-  "guid" : "...",
-  "createdBy" : "...",
-  "updatedBy" : "...",
-  "createTime" : 12345,
-  "updateTime" : 12345,
-  "version" : 12345,
-  "name" : "...",
-  "description" : "...",
-  "typeVersion" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  }
-},
-      "description" : "Base class that captures common-attributes for all 
Atlas types."
-    }
-    ,
-    "json_AtlasClassification" : {
-      "type" : "object",
-      "title" : "AtlasClassification",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasStruct"
-        },
-        {
-        }
-      ],
-      "example" : {
-  "typeName" : "...",
-  "attributes" : {
-    "property1" : { },
-    "property2" : { }
-  }
-},
-      "description" : "An instance of a classification; it doesn't have an 
identity, this object exists only when associated with an entity."
-    }
-    ,
-    "json_AtlasClassificationDef" : {
-      "type" : "object",
-      "title" : "AtlasClassificationDef",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasStructDef"
-        },
-        {
-          "properties" : {
-            "superTypes" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            },
-            "subTypes" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            }
-          }
-        }
-      ],
-      "example" : {
-  "superTypes" : [ "...", "..." ],
-  "subTypes" : [ "...", "..." ],
-  "attributeDefs" : [ {
-    "name" : "...",
-    "typeName" : "...",
-    "isOptional" : true,
-    "cardinality" : "LIST",
-    "valuesMinCount" : 12345,
-    "valuesMaxCount" : 12345,
-    "isUnique" : true,
-    "isIndexable" : true,
-    "constraints" : [ {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "softReferenced" : true
-  }, {
-    "name" : "...",
-    "typeName" : "...",
-    "isOptional" : true,
-    "cardinality" : "SINGLE",
-    "valuesMinCount" : 12345,
-    "valuesMaxCount" : 12345,
-    "isUnique" : true,
-    "isIndexable" : true,
-    "constraints" : [ {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "softReferenced" : true
-  } ],
-  "dateFormatter" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "HALF_DOWN",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  },
-  "category" : "CLASSIFICATION",
-  "guid" : "...",
-  "createdBy" : "...",
-  "updatedBy" : "...",
-  "createTime" : 12345,
-  "updateTime" : 12345,
-  "version" : 12345,
-  "name" : "...",
-  "description" : "...",
-  "typeVersion" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  }
-},
-      "description" : "class that captures details of a classification-type."
-    }
-    ,
-    "json_AtlasClassifications" : {
-      "type" : "object",
-      "title" : "AtlasClassifications",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_PList"
-        },
-        {
-        }
-      ],
-      "example" : {
-  "list" : [ { }, { } ],
-  "startIndex" : 12345,
-  "pageSize" : 12345,
-  "totalCount" : 12345,
-  "sortType" : "ASC",
-  "sortBy" : "..."
-},
-      "description" : "REST serialization friendly list."
-    }
-    ,
-    "json_AtlasConstraintDef" : {
-      "type" : "object",
-      "title" : "AtlasConstraintDef",
-          "properties" : {
-            "type" : {
-"description" : "",
-"type" : "string"
-            },
-            "params" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "type" : "object"
-}
-            }
-          },
-      "example" : {
-  "type" : "...",
-  "params" : {
-    "property1" : { },
-    "property2" : { }
-  }
-},
-      "description" : "class that captures details of a constraint."
-    }
-    ,
-    "json_AtlasEntitiesWithExtInfo" : {
-      "type" : "object",
-      "title" : "AtlasEntitiesWithExtInfo",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasEntityExtInfo"
-        },
-        {
-          "properties" : {
-            "entities" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntity"
-}
-            }
-          }
-        }
-      ],
-      "example" : {
-  "entities" : [ {
-    "guid" : "...",
-    "status" : "DELETED",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "referredEntities" : {
-    "property1" : {
-      "guid" : "...",
-      "status" : "DELETED",
-      "createdBy" : "...",
-      "updatedBy" : "...",
-      "createTime" : 12345,
-      "updateTime" : 12345,
-      "version" : 12345,
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    },
-    "property2" : {
-      "guid" : "...",
-      "status" : "DELETED",
-      "createdBy" : "...",
-      "updatedBy" : "...",
-      "createTime" : 12345,
-      "updateTime" : 12345,
-      "version" : 12345,
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }
-  }
-},
-      "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" : {
-            "guid" : {
-"description" : "",
-"type" : "string"
-            },
-            "status" : {
-"description" : "",
-"$ref" : "#/definitions/json_Status"
-            },
-            "createdBy" : {
-"description" : "",
-"type" : "string"
-            },
-            "updatedBy" : {
-"description" : "",
-"type" : "string"
-            },
-            "createTime" : {
-"description" : "",
-"type" : "number"
-            },
-            "updateTime" : {
-"description" : "",
-"type" : "number"
-            },
-            "version" : {
-"description" : "",
-"type" : "number"
-            },
-            "classifications" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasClassification"
-}
-            }
-          }
-        }
-      ],
-      "example" : {
-  "guid" : "...",
-  "status" : "DELETED",
-  "createdBy" : "...",
-  "updatedBy" : "...",
-  "createTime" : 12345,
-  "updateTime" : 12345,
-  "version" : 12345,
-  "classifications" : [ {
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "typeName" : "...",
-  "attributes" : {
-    "property1" : { },
-    "property2" : { }
-  }
-},
-      "description" : "An instance of an entity - like hive_table, 
hive_database."
-    }
-    ,
-    "json_AtlasEntityDef" : {
-      "type" : "object",
-      "title" : "AtlasEntityDef",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasStructDef"
-        },
-        {
-          "properties" : {
-            "superTypes" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            },
-            "subTypes" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            }
-          }
-        }
-      ],
-      "example" : {
-  "superTypes" : [ "...", "..." ],
-  "subTypes" : [ "...", "..." ],
-  "attributeDefs" : [ {
-    "name" : "...",
-    "typeName" : "...",
-    "isOptional" : true,
-    "cardinality" : "SINGLE",
-    "valuesMinCount" : 12345,
-    "valuesMaxCount" : 12345,
-    "isUnique" : true,
-    "isIndexable" : true,
-    "constraints" : [ {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "softReferenced" : true
-  }, {
-    "name" : "...",
-    "typeName" : "...",
-    "isOptional" : true,
-    "cardinality" : "SINGLE",
-    "valuesMinCount" : 12345,
-    "valuesMaxCount" : 12345,
-    "isUnique" : true,
-    "isIndexable" : true,
-    "constraints" : [ {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "softReferenced" : true
-  } ],
-  "dateFormatter" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "UNNECESSARY",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  },
-  "category" : "ENUM",
-  "guid" : "...",
-  "createdBy" : "...",
-  "updatedBy" : "...",
-  "createTime" : 12345,
-  "updateTime" : 12345,
-  "version" : 12345,
-  "name" : "...",
-  "description" : "...",
-  "typeVersion" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  }
-},
-      "description" : "class that captures details of a entity-type."
-    }
-    ,
-    "json_AtlasEntityExtInfo" : {
-      "type" : "object",
-      "title" : "AtlasEntityExtInfo",
-          "properties" : {
-            "referredEntities" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "$ref" : "#/definitions/json_AtlasEntity"
-}
-            }
-          },
-      "example" : {
-  "referredEntities" : {
-    "property1" : {
-      "guid" : "...",
-      "status" : "DELETED",
-      "createdBy" : "...",
-      "updatedBy" : "...",
-      "createTime" : 12345,
-      "updateTime" : 12345,
-      "version" : 12345,
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    },
-    "property2" : {
-      "guid" : "...",
-      "status" : "DELETED",
-      "createdBy" : "...",
-      "updatedBy" : "...",
-      "createTime" : 12345,
-      "updateTime" : 12345,
-      "version" : 12345,
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }
-  }
-},
-      "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" : {
-            "guid" : {
-"description" : "",
-"type" : "string"
-            },
-            "status" : {
-"description" : "",
-"$ref" : "#/definitions/json_Status"
-            },
-            "displayText" : {
-"description" : "",
-"type" : "string"
-            },
-            "classificationNames" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            },
-            "classifications" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasClassification"
-}
-            }
-          }
-        }
-      ],
-      "example" : {
-  "guid" : "...",
-  "status" : "DELETED",
-  "displayText" : "...",
-  "classificationNames" : [ "...", "..." ],
-  "classifications" : [ {
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "typeName" : "...",
-  "attributes" : {
-    "property1" : { },
-    "property2" : { }
-  }
-},
-      "description" : "An instance of an entity - like hive_table, 
hive_database."
-    }
-    ,
-    "json_AtlasEntityWithExtInfo" : {
-      "type" : "object",
-      "title" : "AtlasEntityWithExtInfo",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasEntityExtInfo"
-        },
-        {
-          "properties" : {
-            "entity" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasEntity"
-            }
-          }
-        }
-      ],
-      "example" : {
-  "entity" : {
-    "guid" : "...",
-    "status" : "DELETED",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  },
-  "referredEntities" : {
-    "property1" : {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "createdBy" : "...",
-      "updatedBy" : "...",
-      "createTime" : 12345,
-      "updateTime" : 12345,
-      "version" : 12345,
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    },
-    "property2" : {
-      "guid" : "...",
-      "status" : "DELETED",
-      "createdBy" : "...",
-      "updatedBy" : "...",
-      "createTime" : 12345,
-      "updateTime" : 12345,
-      "version" : 12345,
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }
-  }
-},
-      "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" : {
-            "elementDefs" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEnumElementDef"
-}
-            },
-            "defaultValue" : {
-"description" : "",
-"type" : "string"
-            }
-          }
-        }
-      ],
-      "example" : {
-  "elementDefs" : [ {
-    "value" : "...",
-    "description" : "...",
-    "ordinal" : 12345
-  }, {
-    "value" : "...",
-    "description" : "...",
-    "ordinal" : 12345
-  } ],
-  "defaultValue" : "...",
-  "dateFormatter" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "HALF_EVEN",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  },
-  "category" : "STRUCT",
-  "guid" : "...",
-  "createdBy" : "...",
-  "updatedBy" : "...",
-  "createTime" : 12345,
-  "updateTime" : 12345,
-  "version" : 12345,
-  "name" : "...",
-  "description" : "...",
-  "typeVersion" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  }
-},
-      "description" : "class that captures details of an enum-type."
-    }
-    ,
-    "json_AtlasEnumElementDef" : {
-      "type" : "object",
-      "title" : "AtlasEnumElementDef",
-          "properties" : {
-            "value" : {
-"description" : "",
-"type" : "string"
-            },
-            "description" : {
-"description" : "",
-"type" : "string"
-            },
-            "ordinal" : {
-"description" : "",
-"type" : "number"
-            }
-          },
-      "example" : {
-  "value" : "...",
-  "description" : "...",
-  "ordinal" : 12345
-},
-      "description" : "class that captures details of an enum-element."
-    }
-    ,
-    "json_AtlasFullTextResult" : {
-      "type" : "object",
-      "title" : "AtlasFullTextResult",
-          "properties" : {
-            "entity" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasEntityHeader"
-            },
-            "score" : {
-"description" : "",
-"type" : "number"
-            }
-          },
-      "example" : {
-  "entity" : {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  },
-  "score" : 12345.0
-},
-      "description" : ""
-    }
-    ,
-    "json_AtlasLineageInfo" : {
-      "type" : "object",
-      "title" : "AtlasLineageInfo",
-          "properties" : {
-            "baseEntityGuid" : {
-"description" : "",
-"type" : "string"
-            },
-            "guidEntityMap" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            },
-            "relations" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_LineageRelation"
-}
-            },
-            "lineageDirection" : {
-"description" : "",
-"$ref" : "#/definitions/json_LineageDirection"
-            },
-            "lineageDepth" : {
-"description" : "",
-"type" : "number"
-            }
-          },
-      "example" : {
-  "baseEntityGuid" : "...",
-  "guidEntityMap" : {
-    "property1" : {
-      "guid" : "...",
-      "status" : "DELETED",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    },
-    "property2" : {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }
-  },
-  "relations" : [ {
-    "fromEntityId" : "...",
-    "toEntityId" : "..."
-  }, {
-    "fromEntityId" : "...",
-    "toEntityId" : "..."
-  } ],
-  "lineageDirection" : "OUTPUT",
-  "lineageDepth" : 12345
-},
-      "description" : ""
-    }
-    ,
-    "json_AtlasQueryType" : {
-      "type" : "string",
-      "title" : "AtlasQueryType",
-          "enum" : [
-            "DSL",
-            "FULL_TEXT",
-            "GREMLIN",
-            "BASIC",
-            "ATTRIBUTE",
-            "RELATIONSHIP"
-          ],
-      "description" : ""
-    }
-    ,
-    "json_AtlasSearchResult" : {
-      "type" : "object",
-      "title" : "AtlasSearchResult",
-          "properties" : {
-            "queryType" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasQueryType"
-            },
-            "searchParameters" : {
-"description" : "",
-"$ref" : "#/definitions/json_SearchParameters"
-            },
-            "queryText" : {
-"description" : "",
-"type" : "string"
-            },
-            "type" : {
-"description" : "",
-"type" : "string"
-            },
-            "classification" : {
-"description" : "",
-"type" : "string"
-            },
-            "entities" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            },
-            "attributes" : {
-"description" : "",
-"$ref" : "#/definitions/json_AttributeSearchResult"
-            },
-            "fullTextResult" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasFullTextResult"
-}
-            },
-            "referredEntities" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            }
-          },
-      "example" : {
-  "queryType" : "ATTRIBUTE",
-  "searchParameters" : {
-    "query" : "...",
-    "typeName" : "...",
-    "classification" : "...",
-    "excludeDeletedEntities" : true,
-    "includeClassificationAttributes" : true,
-    "includeSubTypes" : true,
-    "includeSubClassifications" : true,
-    "limit" : 12345,
-    "offset" : 12345,
-    "entityFilters" : {
-      "attributeName" : "...",
-      "operator" : "LT",
-      "attributeValue" : "...",
-      "condition" : "AND",
-      "criterion" : [ { }, { } ]
-    },
-    "tagFilters" : {
-      "attributeName" : "...",
-      "operator" : "STARTS_WITH",
-      "attributeValue" : "...",
-      "condition" : "OR",
-      "criterion" : [ { }, { } ]
-    },
-    "attributes" : [ "...", "..." ]
-  },
-  "queryText" : "...",
-  "type" : "...",
-  "classification" : "...",
-  "entities" : [ {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "attributes" : {
-    "name" : [ "...", "..." ],
-    "values" : [ ]
-  },
-  "fullTextResult" : [ {
-    "entity" : {
-      "guid" : "...",
-      "status" : "DELETED",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ { }, { } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    },
-    "score" : 12345.0
-  }, {
-    "entity" : {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ { }, { } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    },
-    "score" : 12345.0
-  } ],
-  "referredEntities" : {
-    "property1" : {
-      "guid" : "...",
-      "status" : "DELETED",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    },
-    "property2" : {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }
-  }
-},
-      "description" : ""
-    }
-    ,
-    "json_AtlasStruct" : {
-      "type" : "object",
-      "title" : "AtlasStruct",
-          "properties" : {
-            "typeName" : {
-"description" : "",
-"type" : "string"
-            },
-            "attributes" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "type" : "object"
-}
-            }
-          },
-      "example" : {
-  "typeName" : "...",
-  "attributes" : {
-    "property1" : { },
-    "property2" : { }
-  }
-},
-      "description" : "Captures details of struct contents. Not instantiated 
directly, used only via AtlasEntity, AtlasClassification."
-    }
-    ,
-    "json_AtlasStructDef" : {
-      "type" : "object",
-      "title" : "AtlasStructDef",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasBaseTypeDef"
-        },
-        {
-          "properties" : {
-            "attributeDefs" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasAttributeDef"
-}
-            }
-          }
-        }
-      ],
-      "example" : {
-  "attributeDefs" : [ {
-    "name" : "...",
-    "typeName" : "...",
-    "isOptional" : true,
-    "cardinality" : "LIST",
-    "valuesMinCount" : 12345,
-    "valuesMaxCount" : 12345,
-    "isUnique" : true,
-    "isIndexable" : true,
-    "constraints" : [ {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "softReferenced" : true
-  }, {
-    "name" : "...",
-    "typeName" : "...",
-    "isOptional" : true,
-    "cardinality" : "LIST",
-    "valuesMinCount" : 12345,
-    "valuesMaxCount" : 12345,
-    "isUnique" : true,
-    "isIndexable" : true,
-    "constraints" : [ {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "type" : "...",
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "softReferenced" : true
-  } ],
-  "dateFormatter" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "UNNECESSARY",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  },
-  "category" : "STRUCT",
-  "guid" : "...",
-  "createdBy" : "...",
-  "updatedBy" : "...",
-  "createTime" : 12345,
-  "updateTime" : 12345,
-  "version" : 12345,
-  "name" : "...",
-  "description" : "...",
-  "typeVersion" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  }
-},
-      "description" : "class that captures details of a struct-type."
-    }
-    ,
-    "json_AtlasTypeDefHeader" : {
-      "type" : "object",
-      "title" : "AtlasTypeDefHeader",
-          "properties" : {
-            "guid" : {
-"description" : "",
-"type" : "string"
-            },
-            "name" : {
-"description" : "",
-"type" : "string"
-            },
-            "category" : {
-"description" : "",
-"$ref" : "#/definitions/json_TypeCategory"
-            }
-          },
-      "example" : {
-  "guid" : "...",
-  "name" : "...",
-  "category" : "STRUCT"
-},
-      "description" : ""
-    }
-    ,
-    "json_AtlasTypesDef" : {
-      "type" : "object",
-      "title" : "AtlasTypesDef",
-          "properties" : {
-            "enumDefs" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEnumDef"
-}
-            },
-            "structDefs" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasStructDef"
-}
-            },
-            "classificationDefs" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasClassificationDef"
-}
-            },
-            "entityDefs" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntityDef"
-}
-            },
-            "empty" : {
-"description" : "",
-"type" : "boolean"
-            }
-          },
-      "example" : {
-  "enumDefs" : [ {
-    "elementDefs" : [ {
-      "value" : "...",
-      "description" : "...",
-      "ordinal" : 12345
-    }, {
-      "value" : "...",
-      "description" : "...",
-      "ordinal" : 12345
-    } ],
-    "defaultValue" : "...",
-    "dateFormatter" : {
-      "dateTimeInstance" : { },
-      "dateInstance" : { },
-      "timeInstance" : { },
-      "timeZone" : { },
-      "availableLocales" : [ { }, { } ],
-      "lenient" : true,
-      "numberFormat" : { },
-      "calendar" : 12345,
-      "instance" : { }
-    },
-    "category" : "ARRAY",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  }, {
-    "elementDefs" : [ {
-      "value" : "...",
-      "description" : "...",
-      "ordinal" : 12345
-    }, {
-      "value" : "...",
-      "description" : "...",
-      "ordinal" : 12345
-    } ],
-    "defaultValue" : "...",
-    "dateFormatter" : {
-      "dateTimeInstance" : { },
-      "dateInstance" : { },
-      "timeInstance" : { },
-      "timeZone" : { },
-      "availableLocales" : [ { }, { } ],
-      "lenient" : true,
-      "numberFormat" : { },
-      "calendar" : 12345,
-      "instance" : { }
-    },
-    "category" : "OBJECT_ID_TYPE",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  } ],
-  "structDefs" : [ {
-    "attributeDefs" : [ {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SET",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    }, {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SINGLE",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    } ],
-    "dateFormatter" : {
-      "dateTimeInstance" : { },
-      "dateInstance" : { },
-      "timeInstance" : { },
-      "timeZone" : { },
-      "availableLocales" : [ { }, { } ],
-      "lenient" : true,
-      "numberFormat" : { },
-      "calendar" : 12345,
-      "instance" : { }
-    },
-    "category" : "CLASSIFICATION",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  }, {
-    "attributeDefs" : [ {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SET",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    }, {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SINGLE",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    } ],
-    "dateFormatter" : {
-      "dateTimeInstance" : { },
-      "dateInstance" : { },
-      "timeInstance" : { },
-      "timeZone" : { },
-      "availableLocales" : [ { }, { } ],
-      "lenient" : true,
-      "numberFormat" : { },
-      "calendar" : 12345,
-      "instance" : { }
-    },
-    "category" : "OBJECT_ID_TYPE",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  } ],
-  "classificationDefs" : [ {
-    "superTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "LIST",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    }, {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "LIST",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    } ],
-    "dateFormatter" : {
-      "dateTimeInstance" : { },
-      "dateInstance" : { },
-      "timeInstance" : { },
-      "timeZone" : { },
-      "availableLocales" : [ { }, { } ],
-      "lenient" : true,
-      "numberFormat" : { },
-      "calendar" : 12345,
-      "instance" : { }
-    },
-    "category" : "CLASSIFICATION",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  }, {
-    "superTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SINGLE",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    }, {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SET",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    } ],
-    "dateFormatter" : {
-      "dateTimeInstance" : { },
-      "dateInstance" : { },
-      "timeInstance" : { },
-      "timeZone" : { },
-      "availableLocales" : [ { }, { } ],
-      "lenient" : true,
-      "numberFormat" : { },
-      "calendar" : 12345,
-      "instance" : { }
-    },
-    "category" : "MAP",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  } ],
-  "entityDefs" : [ {
-    "superTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "LIST",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    }, {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SET",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    } ],
-    "dateFormatter" : {
-      "dateTimeInstance" : { },
-      "dateInstance" : { },
-      "timeInstance" : { },
-      "timeZone" : { },
-      "availableLocales" : [ { }, { } ],
-      "lenient" : true,
-      "numberFormat" : { },
-      "calendar" : 12345,
-      "instance" : { }
-    },
-    "category" : "ENUM",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  }, {
-    "superTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SET",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    }, {
-      "name" : "...",
-      "typeName" : "...",
-      "isOptional" : true,
-      "cardinality" : "SINGLE",
-      "valuesMinCount" : 12345,
-      "valuesMaxCount" : 12345,
-      "isUnique" : true,
-      "isIndexable" : true,
-      "constraints" : [ { }, { } ],
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "softReferenced" : true
-    } ],
-    "dateFormatter" : {
-      "dateTimeInstance" : { },
-      "dateInstance" : { },
-      "timeInstance" : { },
-      "timeZone" : { },
-      "availableLocales" : [ { }, { } ],
-      "lenient" : true,
-      "numberFormat" : { },
-      "calendar" : 12345,
-      "instance" : { }
-    },
-    "category" : "ARRAY",
-    "guid" : "...",
-    "createdBy" : "...",
-    "updatedBy" : "...",
-    "createTime" : 12345,
-    "updateTime" : 12345,
-    "version" : 12345,
-    "name" : "...",
-    "description" : "...",
-    "typeVersion" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    }
-  } ],
-  "empty" : true
-},
-      "description" : ""
-    }
-    ,
-    "json_AtlasUserSavedSearch" : {
-      "type" : "object",
-      "title" : "AtlasUserSavedSearch",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_AtlasBaseModelObject"
-        },
-        {
-          "properties" : {
-            "ownerName" : {
-"description" : "",
-"type" : "string"
-            },
-            "name" : {
-"description" : "",
-"type" : "string"
-            },
-            "searchType" : {
-"description" : "",
-"$ref" : "#/definitions/json_SavedSearchType"
-            },
-            "searchParameters" : {
-"description" : "",
-"$ref" : "#/definitions/json_SearchParameters"
-            },
-            "uiParameters" : {
-"description" : "",
-"type" : "string"
-            }
-          }
-        }
-      ],
-      "example" : {
-  "ownerName" : "...",
-  "name" : "...",
-  "searchType" : "BASIC",
-  "searchParameters" : {
-    "query" : "...",
-    "typeName" : "...",
-    "classification" : "...",
-    "excludeDeletedEntities" : true,
-    "includeClassificationAttributes" : true,
-    "includeSubTypes" : true,
-    "includeSubClassifications" : true,
-    "limit" : 12345,
-    "offset" : 12345,
-    "entityFilters" : {
-      "attributeName" : "...",
-      "operator" : "NEQ",
-      "attributeValue" : "...",
-      "condition" : "OR",
-      "criterion" : [ { }, { } ]
-    },
-    "tagFilters" : {
-      "attributeName" : "...",
-      "operator" : "LT",
-      "attributeValue" : "...",
-      "condition" : "OR",
-      "criterion" : [ { }, { } ]
-    },
-    "attributes" : [ "...", "..." ]
-  },
-  "uiParameters" : "...",
-  "guid" : "..."
-},
-      "description" : ""
-    }
-    ,
-    "json_AttributeSearchResult" : {
-      "type" : "object",
-      "title" : "AttributeSearchResult",
-          "properties" : {
-            "name" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            },
-            "values" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "object"
-}
-            }
-          },
-      "example" : {
-  "name" : [ "...", "..." ],
-  "values" : [ ]
-},
-      "description" : ""
-    }
-    ,
-    "json_Cardinality" : {
-      "type" : "string",
-      "title" : "Cardinality",
-          "enum" : [
-            "SINGLE",
-            "LIST",
-            "SET"
-          ],
-      "description" : "single-valued attribute or multi-valued attribute."
-    }
-    ,
-    "json_ClassificationAssociateRequest" : {
-      "type" : "object",
-      "title" : "ClassificationAssociateRequest",
-          "properties" : {
-            "classification" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasClassification"
-            },
-            "entityGuids" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            }
-          },
-      "example" : {
-  "classification" : {
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  },
-  "entityGuids" : [ "...", "..." ]
-},
-      "description" : ""
-    }
-    ,
-    "json_Condition" : {
-      "type" : "string",
-      "title" : "Condition",
-          "enum" : [
-            "AND",
-            "OR"
-          ],
-      "description" : ""
-    }
-    ,
-    "json_Currency" : {
-      "type" : "object",
-      "title" : "Currency",
-          "properties" : {
-            "currencyCode" : {
-"description" : "",
-"type" : "string"
-            },
-            "displayName" : {
-"description" : "",
-"type" : "string"
-            },
-            "availableCurrencies" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_Currency"
-}
-            },
-            "numericCode" : {
-"description" : "",
-"type" : "number"
-            },
-            "defaultFractionDigits" : {
-"description" : "",
-"type" : "number"
-            },
-            "symbol" : {
-"description" : "",
-"type" : "string"
-            }
-          },
-      "example" : {
-  "currencyCode" : "...",
-  "displayName" : "...",
-  "availableCurrencies" : [ {
-    "currencyCode" : "...",
-    "displayName" : "...",
-    "availableCurrencies" : [ { }, { } ],
-    "numericCode" : 12345,
-    "defaultFractionDigits" : 12345,
-    "symbol" : "..."
-  }, {
-    "currencyCode" : "...",
-    "displayName" : "...",
-    "availableCurrencies" : [ { }, { } ],
-    "numericCode" : 12345,
-    "defaultFractionDigits" : 12345,
-    "symbol" : "..."
-  } ],
-  "numericCode" : 12345,
-  "defaultFractionDigits" : 12345,
-  "symbol" : "..."
-},
-      "description" : ""
-    }
-    ,
-    "json_DateFormat" : {
-      "type" : "object",
-      "title" : "DateFormat",
-      "allOf" : [
-        {
-          "$ref" : "#/definitions/json_Format"
-        },
-        {
-          "properties" : {
-            "dateTimeInstance" : {
-"description" : "",
-"$ref" : "#/definitions/json_DateFormat"
-            },
-            "dateInstance" : {
-"description" : "",
-"$ref" : "#/definitions/json_DateFormat"
-            },
-            "timeInstance" : {
-"description" : "",
-"$ref" : "#/definitions/json_DateFormat"
-            },
-            "timeZone" : {
-"description" : "",
-"$ref" : "#/definitions/json_TimeZone"
-            },
-            "availableLocales" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_Locale"
-}
-            },
-            "lenient" : {
-"description" : "",
-"type" : "boolean"
-            },
-            "numberFormat" : {
-"description" : "",
-"$ref" : "#/definitions/json_NumberFormat"
-            },
-            "calendar" : {
-"description" : "",
-"type" : "number"
-            },
-            "instance" : {
-"description" : "",
-"$ref" : "#/definitions/json_DateFormat"
-            }
-          }
-        }
-      ],
-      "example" : {
-  "dateTimeInstance" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "UNNECESSARY",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  },
-  "dateInstance" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "CEILING",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  },
-  "timeInstance" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "HALF_EVEN",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  },
-  "timeZone" : {
-    "displayName" : "...",
-    "default" : { },
-    "rawOffset" : 12345,
-    "availableIDs" : [ "...", "..." ],
-    "ID" : "...",
-    "DSTSavings" : 12345
-  },
-  "availableLocales" : [ {
-    "language" : "...",
-    "variant" : "...",
-    "unicodeLocaleKeys" : [ "...", "..." ],
-    "extensionKeys" : [ "...", "..." ],
-    "unicodeLocaleAttributes" : [ "...", "..." ],
-    "country" : "...",
-    "displayVariant" : "...",
-    "displayName" : "...",
-    "displayLanguage" : "...",
-    "ISO3Language" : "...",
-    "availableLocales" : [ { }, { } ],
-    "default" : { },
-    "ISOCountries" : [ "...", "..." ],
-    "ISO3Country" : "...",
-    "ISOLanguages" : [ "...", "..." ],
-    "script" : "...",
-    "displayScript" : "...",
-    "displayCountry" : "..."
-  }, {
-    "language" : "...",
-    "variant" : "...",
-    "unicodeLocaleKeys" : [ "...", "..." ],
-    "extensionKeys" : [ "...", "..." ],
-    "unicodeLocaleAttributes" : [ "...", "..." ],
-    "country" : "...",
-    "displayVariant" : "...",
-    "displayName" : "...",
-    "displayLanguage" : "...",
-    "ISO3Language" : "...",
-    "availableLocales" : [ { }, { } ],
-    "default" : { },
-    "ISOCountries" : [ "...", "..." ],
-    "ISO3Country" : "...",
-    "ISOLanguages" : [ "...", "..." ],
-    "script" : "...",
-    "displayScript" : "...",
-    "displayCountry" : "..."
-  } ],
-  "lenient" : true,
-  "numberFormat" : {
-    "instance" : { },
-    "integerInstance" : { },
-    "maximumFractionDigits" : 12345,
-    "numberInstance" : { },
-    "maximumIntegerDigits" : 12345,
-    "roundingMode" : "CEILING",
-    "groupingUsed" : true,
-    "percentInstance" : { },
-    "minimumFractionDigits" : 12345,
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "currencyInstance" : { },
-    "currency" : {
-      "currencyCode" : "...",
-      "displayName" : "...",
-      "availableCurrencies" : [ { }, { } ],
-      "numericCode" : 12345,
-      "defaultFractionDigits" : 12345,
-      "symbol" : "..."
-    },
-    "parseIntegerOnly" : true,
-    "minimumIntegerDigits" : 12345
-  },
-  "calendar" : 12345,
-  "instance" : {
-    "dateTimeInstance" : { },
-    "dateInstance" : { },
-    "timeInstance" : { },
-    "timeZone" : {
-      "displayName" : "...",
-      "default" : { },
-      "rawOffset" : 12345,
-      "availableIDs" : [ "...", "..." ],
-      "ID" : "...",
-      "DSTSavings" : 12345
-    },
-    "availableLocales" : [ {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    }, {
-      "language" : "...",
-      "variant" : "...",
-      "unicodeLocaleKeys" : [ "...", "..." ],
-      "extensionKeys" : [ "...", "..." ],
-      "unicodeLocaleAttributes" : [ "...", "..." ],
-      "country" : "...",
-      "displayVariant" : "...",
-      "displayName" : "...",
-      "displayLanguage" : "...",
-      "ISO3Language" : "...",
-      "availableLocales" : [ { }, { } ],
-      "default" : { },
-      "ISOCountries" : [ "...", "..." ],
-      "ISO3Country" : "...",
-      "ISOLanguages" : [ "...", "..." ],
-      "script" : "...",
-      "displayScript" : "...",
-      "displayCountry" : "..."
-    } ],
-    "lenient" : true,
-    "numberFormat" : {
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "numberInstance" : { },
-      "maximumIntegerDigits" : 12345,
-      "roundingMode" : "CEILING",
-      "groupingUsed" : true,
-      "percentInstance" : { },
-      "minimumFractionDigits" : 12345,
-      "availableLocales" : [ { }, { } ],
-      "currencyInstance" : { },
-      "currency" : { },
-      "parseIntegerOnly" : true,
-      "minimumIntegerDigits" : 12345
-    },
-    "calendar" : 12345,
-    "instance" : { }
-  }
-},
-      "description" : ""
-    }
-    ,
-    "json_EntityMutationResponse" : {
-      "type" : "object",
-      "title" : "EntityMutationResponse",
-          "properties" : {
-            "mutatedEntities" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-}
-            },
-            "guidAssignments" : {
-"description" : "",
-"type" : "object",
-"additionalProperties" : {
-  "type" : "string"
-}
-            },
-            "createdEntities" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            },
-            "updatedEntities" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            },
-            "partialUpdatedEntities" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            },
-            "deletedEntities" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_AtlasEntityHeader"
-}
-            },
-            "firstEntityCreated" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasEntityHeader"
-            },
-            "firstEntityUpdated" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasEntityHeader"
-            },
-            "firstEntityPartialUpdated" : {
-"description" : "",
-"$ref" : "#/definitions/json_AtlasEntityHeader"
-            }
-          },
-      "example" : {
-  "mutatedEntities" : {
-    "property1" : [ {
-      "guid" : "...",
-      "status" : "DELETED",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "property2" : [ {
-      "guid" : "...",
-      "status" : "DELETED",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "guid" : "...",
-      "status" : "ACTIVE",
-      "displayText" : "...",
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      }, {
-        "typeName" : "...",
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        }
-      } ],
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ]
-  },
-  "guidAssignments" : {
-    "property1" : "...",
-    "property2" : "..."
-  },
-  "createdEntities" : [ {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "updatedEntities" : [ {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "partialUpdatedEntities" : [ {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "deletedEntities" : [ {
-    "guid" : "...",
-    "status" : "DELETED",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  } ],
-  "firstEntityCreated" : {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  },
-  "firstEntityUpdated" : {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  },
-  "firstEntityPartialUpdated" : {
-    "guid" : "...",
-    "status" : "ACTIVE",
-    "displayText" : "...",
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    }, {
-      "typeName" : "...",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      }
-    } ],
-    "typeName" : "...",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }
-},
-      "description" : ""
-    }
-    ,
-    "json_EntityOperation" : {
-      "type" : "string",
-      "title" : "EntityOperation",
-          "enum" : [
-            "CREATE",
-            "UPDATE",
-            "PARTIAL_UPDATE",
-            "DELETE"
-          ],
-      "description" : ""
-    }
-    ,
-    "json_FilterCriteria" : {
-      "type" : "object",
-      "title" : "FilterCriteria",
-          "properties" : {
-            "attributeName" : {
-"description" : "",
-"type" : "string"
-            },
-            "operator" : {
-"description" : "",
-"$ref" : "#/definitions/json_Operator"
-            },
-            "attributeValue" : {
-"description" : "",
-"type" : "string"
-            },
-            "condition" : {
-"description" : "",
-"$ref" : "#/definitions/json_Condition"
-            },
-            "criterion" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_FilterCriteria"
-}
-            }
-          },
-      "example" : {
-  "attributeName" : "...",
-  "operator" : "CONTAINS",
-  "attributeValue" : "...",
-  "condition" : "OR",
-  "criterion" : [ {
-    "attributeName" : "...",
-    "operator" : "STARTS_WITH",
-    "attributeValue" : "...",
-    "condition" : "OR",
-    "criterion" : [ { }, { } ]
-  }, {
-    "attributeName" : "...",
-    "operator" : "CONTAINS_ANY",
-    "attributeValue" : "...",
-    "condition" : "OR",
-    "criterion" : [ { }, { } ]
-  } ]
-},
-      "description" : ""
-    }
-    ,
-    "json_Format" : {
-      "type" : "object",
-      "title" : "Format",
-      "example" : { },
-      "description" : ""
-    }
-    ,
-    "json_LineageDirection" : {
-      "type" : "string",
-      "title" : "LineageDirection",
-          "enum" : [
-            "INPUT",
-            "OUTPUT",
-            "BOTH"
-          ],
-      "description" : ""
-    }
-    ,
-    "json_LineageRelation" : {
-      "type" : "object",
-      "title" : "LineageRelation",
-          "properties" : {
-            "fromEntityId" : {
-"description" : "",
-"type" : "string"
-            },
-            "toEntityId" : {
-"description" : "",
-"type" : "string"
-            }
-          },
-      "example" : {
-  "fromEntityId" : "...",
-  "toEntityId" : "..."
-},
-      "description" : ""
-    }
-    ,
-    "json_Locale" : {
-      "type" : "object",
-      "title" : "Locale",
-          "properties" : {
-            "language" : {
-"description" : "",
-"type" : "string"
-            },
-            "variant" : {
-"description" : "",
-"type" : "string"
-            },
-            "unicodeLocaleKeys" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            },
-            "extensionKeys" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            },
-            "unicodeLocaleAttributes" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            },
-            "country" : {
-"description" : "",
-"type" : "string"
-            },
-            "displayVariant" : {
-"description" : "",
-"type" : "string"
-            },
-            "displayName" : {
-"description" : "",
-"type" : "string"
-            },
-            "displayLanguage" : {
-"description" : "",
-"type" : "string"
-            },
-            "ISO3Language" : {
-"description" : "",
-"type" : "string"
-            },
-            "availableLocales" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "$ref" : "#/definitions/json_Locale"
-}
-            },
-            "default" : {
-"description" : "",
-"$ref" : "#/definitions/json_Locale"
-            },
-            "ISOCountries" : {
-"description" : "",
-"type" : "array",
-"items" : {
-  "type" : "string"
-}
-            },
-            "ISO3Country" : {
-"d

<TRUNCATED>

Reply via email to