573 - New plugin - schema mapper
This commit is contained in:
17
pkg/plugin/implementation/reqmapper/testdata/mappings.yaml
vendored
Normal file
17
pkg/plugin/implementation/reqmapper/testdata/mappings.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
mappings:
|
||||
search:
|
||||
bapMappings: |
|
||||
{
|
||||
"context": $.context,
|
||||
"message": {
|
||||
"filters": {
|
||||
"pickup": $.message.intent.fulfillment.start.location,
|
||||
"drop": $.message.intent.fulfillment.end.location
|
||||
}
|
||||
}
|
||||
}
|
||||
bppMappings: |
|
||||
{
|
||||
"context": $.context,
|
||||
"message": $.message
|
||||
}
|
||||
Reference in New Issue
Block a user