Skip to content

Get field type plugin

This plugin returns type and length (if it exists) of the given field.

Configuration

{
  "field": "event@reference.path.here"
}

Example of returned value

{
  "type": "string",
  "length": 14
}