Skip to content

Commit

Permalink
Update search request - based on provider and multiple locations.json (
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay95 authored Feb 23, 2023
1 parent 1efa74a commit c3569f3
Showing 1 changed file with 32 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
{
"context": {
"domain": "dsep:jobs",
"action": "search",
"version": "1.0.0",
"bap_id": "dsep-protocol.becknprotocol.io",
"bap_uri": "https://dsep-protocol-network.becknprotocol.io/",
"transaction_id": "a9aaecca-10b7-4d19-b640-b047a7c62195",
"message_id": "$89bdae17-9942-40c8-869a-5bd413356407",
"timestamp": "2022-10-11T09:55:41.161Z",
"ttl": "PT30S"
},
"message": {
"intent": {
"provider": [
{
"descriptor": {
"name": "Google"
},
"locations": [
{
"city": {
"name": "Pune"
}
},
{
"city": {
"name": "Delhi"
}
}
]
}
]
}
}
}
"domain": "dsep:jobs",
"action": "search",
"version": "1.0.0",
"bap_id": "dsep-protocol.becknprotocol.io",
"bap_uri": "https://dsep-protocol-network.becknprotocol.io/",
"transaction_id": "a9aaecca-10b7-4d19-b640-b047a7c62195",
"message_id": "$89bdae17-9942-40c8-869a-5bd413356407",
"timestamp": "2022-10-11T09:55:41.161Z",
"ttl": "PT30S"
},
"message": {
"intent": {
"provider": {
"descriptor": {
"name": "Affinidi"
},
"locations": [
{
"city": {
"name": "Pune"
}
},
{
"city": {
"name": "Bangalore"
}
}
]
}
}
}
}

0 comments on commit c3569f3

Please sign in to comment.