Skip to content

Commit

Permalink
Merge pull request #203 from michaeldfaber/live-report-visual-name
Browse files Browse the repository at this point in the history
[Report Definition] Re-Add Visual Name Property
  • Loading branch information
michaeldfaber authored Apr 5, 2024
2 parents 322bb19 + 7dd96ea commit a45e4be
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": {
"description": "A unique identifier for the visual across the whole page.",
"maxLength": 50,
"type": "string"
},
"position": {
"$ref": "#/definitions/VisualContainerPosition",
"description": "Defines where the visual is position on the page and how big it should be, along\nwith z-index (stacking) for that visual.\nAlso defines the order in which visuals are navigated when using just keyboard (tabOrder)."
Expand Down Expand Up @@ -109,6 +114,7 @@
"additionalProperties": false,
"required": [
"$schema",
"name",
"position"
],
"definitions": {
Expand Down

0 comments on commit a45e4be

Please sign in to comment.