AtlasConstraintDef Data Type

class that captures details of a constraint.

Properties
name data type description
params map of object
type string

Example

{
  "params" : {
    "property1" : { },
    "property2" : { }
  },
  "type" : "..."
}