rpki verify in new routing firewall rule

I need to now how to configure the rpki verify, filter rule, in new (scripts) format present in 7.1beta4.

something like this doesn’t work:
add chain=bgp_in rule={if match={rpki invalid } then= {action reject } }
failure: invalid match at if

may someone of you help me?

regards
Ros

https://help.mikrotik.com/docs/display/ROS/ROSv7+Basic+Routing+Examples

/routing/bgp/rpki
add group=myRpkiGroup address=192.168.1.1 port=8282 refresh-interval=20

/routing/filter/rule
add chain=bgp_in rpki-verify=myRpkiGroup
add chain=bgp_in match-rpki=invalid action=reject
add action=accept

?

no they are not working on new beta4 because the rule are changed following the script languace

In currently released beta (v7.1beta4) it is not possible to add rpki validation. We will finish routing filters release and then update documentation with new syntax.

when may we espect the new beta about routing filters working?

regards