Skip to content

Commit

Permalink
Merge pull request #211 from michaeldfaber/pagebinding-name
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 cfe68d2 + bf5ec82 commit b9d7792
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 b9d7792

Please sign in to comment.