AtlasConstraintDef Data Type

class that captures details of a constraint.

Properties
name data type description
type string
params map of object

Example

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