Skip to content

Commit

Permalink
remain the node of type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelianhan007 committed Nov 18, 2024
1 parent be9796d commit 616cb50
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
path: "$.body.productOrderItem[0].product.place[0].role"
expectType: EXPECTED
value: "INSTALL_LOCATION"
- name: productOrderItem[0].product.place[0].@type
path: "$.body.productOrderItem[0].product.place[0].@type"
expectType: EXPECTED_EXIST
value: true
- name: relatedContactInformation_emailAddress
path: "$.body.relatedContactInformation[*]"
expectType: EXPECTED_TRUE
Expand Down

0 comments on commit 616cb50

Please sign in to comment.