Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Y committed Jun 17, 2024
1 parent 4c064d5 commit 555ba11
Show file tree
Hide file tree
Showing 5 changed files with 4,363 additions and 20 deletions.
9 changes: 9 additions & 0 deletions schemas/context_1.1.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"domain": "context.domain",
"version": "context.version",
"bap_id": "context.bap_id ? context.bap_id : getConfig().app.subscriberId",
"bap_uri": "context.bap_uri ? context.bap_uri : getConfig().app.subscriberUri",
"location": "context.location",
"bpp_id": "context.bpp_id",
"bpp_uri": "context.bpp_uri"
}
9 changes: 9 additions & 0 deletions schemas/context_1.1.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"domain": "context.domain",
"version": "context.version",
"bap_id": "context.bap_id ? context.bap_id : getConfig().app.subscriberId",
"bap_uri": "context.bap_uri ? context.bap_uri : getConfig().app.subscriberUri",
"location": "context.location",
"bpp_id": "context.bpp_id",
"bpp_uri": "context.bpp_uri"
}
Loading

0 comments on commit 555ba11

Please sign in to comment.