Skip to content

Commit

Permalink
rename page binding property referenceName to name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Faber (HE/HIM) committed May 13, 2024
1 parent 72a4ae7 commit aab63f2
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 aab63f2

Please sign in to comment.