Skip to content

Commit

Permalink
Merge pull request #212 from michaeldfaber/pagebinding-name-live
Browse files Browse the repository at this point in the history
[Report Definition] Rename PageBinding Property referenceName To name
  • Loading branch information
michaeldfaber authored May 13, 2024
2 parents 72a4ae7 + aab63f2 commit 9a24686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/item/report/definition/page/1.0.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"PageBinding": {
"type": "object",
"properties": {
"referenceName": {
"name": {
"description": "Name of this binding - unique across the report.",
"type": "string"
},
Expand Down Expand Up @@ -348,7 +348,7 @@
},
"additionalProperties": false,
"required": [
"referenceName",
"name",
"type"
]
},
Expand Down

0 comments on commit 9a24686

Please sign in to comment.