I'm looking at changing
With Class hydra:Collection {
Expect Operation schema:AddAction {
Invoke {
to
With Class hydra:Collection {
Expect Operation schema:AddAction
}
With Operation schema:AddAction {
Invoke {
and noticed this leads to a duplicate 'found operation' message being logged:
2020-01-21T09:01:44.521Z INFO -- Found operation 'Add an article'
2020-01-21T09:01:44.521Z INFO -- Found operation 'Add an article'
I'm looking at changing
to
and noticed this leads to a duplicate 'found operation' message being logged: