Skip to content
← Back to Index

graph/<node>/fields/<name>

Defines a Custom Field.

Example Value

json
{
  "type": "text",
  "source": "dynamic->'name'",
  "dimension": "locale"
}

For enum fields, you can reference an enum definition using the enumDefinition property:

json
{
  "type": "enum",
  "source": "dynamic->'priority'",
  "enumDefinition": "priority-levels"
}

© 2024 Hantera AB. All rights reserved.