pyapacheatlas.core.entity.AtlasClassification.to_json#

AtlasClassification.to_json()#

Convert this atlas entity to a dict / json.

Parameters

minimum (bool) – If True, returns only the type name, qualified name, and guid of the entity. Useful for being referenced in other entities like process inputs and outputs.

Returns

The json representation of this atlas entity.

Return type

dict