AckdbCompanyRelationshipType

Properties

typeKeystringrequiredpattern /^[a-z][a-z0-9_]{0,63}$/
childToParentLabelstringrequired
parentToChildLabelstringrequired
descriptionstring (nullable)required
originstringrequired
"standard""custom"
disabledbooleanrequired
createdAtstring <date-time>required
updatedAtstring <date-time>required

Example

AckdbCompanyRelationshipType example
{
  "typeKey": "string",
  "childToParentLabel": "string",
  "parentToChildLabel": "string",
  "description": "string",
  "origin": "standard",
  "disabled": false,
  "createdAt": "1970-01-01T00:00:00.000Z",
  "updatedAt": "1970-01-01T00:00:00.000Z"
}