32 lines
653 B
YAML
32 lines
653 B
YAML
# testData/all_route_types.yaml
|
|
routingRules:
|
|
- domain: ONDC:TRV10
|
|
version: 2.0.0
|
|
targetType: url
|
|
target:
|
|
url: https://mock_gateway.com/v2/ondc
|
|
endpoints:
|
|
- search
|
|
- domain: ONDC:TRV10
|
|
version: 2.0.0
|
|
targetType: bap
|
|
target:
|
|
url: https://mock_bpp.com/v2/ondc
|
|
endpoints:
|
|
- init
|
|
- select
|
|
- domain: ONDC:TRV10
|
|
version: 2.0.0
|
|
targetType: publisher
|
|
target:
|
|
publisherId: beckn_onix_topic
|
|
endpoints:
|
|
- confirm
|
|
- domain: ONDC:TRV10
|
|
version: 2.0.0
|
|
targetType: bap
|
|
target:
|
|
url: https://mock_bap_gateway.com/v2/ondc
|
|
endpoints:
|
|
- on_search
|