Skip to content

fieldType Condition

MarinaRazumovsky edited this page Jan 31, 2018 · 4 revisions

fieldType

  • path
  • type (One of the following: string,long, double, list, jsonObject)

Examples

{  
  fieldType: {  
    path: "metadata"
    type: "jsonObject"
  }
}
{  
  fieldType: {  
    path: "err.body"
    type: "string"
  }
}
Clone this wiki locally