Skip to content

Commit

Permalink
remove hyphens from report definition schema consts (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Faber (HE/HIM) <[email protected]>
  • Loading branch information
michaeldfaber and Michael Faber (HE/HIM) authored Feb 15, 2024
1 parent 223b463 commit e5c0b69
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"$schema": {
"description": "Defines the schema to use for an item.",
"type": "string",
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/bookmarks-metadata/1.0.0/schema.json"
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/bookmarkMetadata/1.0.0/schema.json"
}
},
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"$schema": {
"description": "Defines the schema to use for an item.",
"type": "string",
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/pages-metadata/1.0.0/schema.json"
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/pagesMetadata/1.0.0/schema.json"
}
},
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"$schema": {
"description": "Defines the schema to use for an item.",
"type": "string",
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/report-extension/1.0.0/schema.json"
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/reportExtension/1.0.0/schema.json"
}
},
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"$schema": {
"description": "Defines the schema to use for an item.",
"type": "string",
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/version-metadata/1.0.0/schema.json"
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/versionMetadata/1.0.0/schema.json"
},
"version": {
"description": "Defines the report definition version, format of version is major.minor.patch\n- major: >=1\n- minor: >=0\n- patch: always 0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"$schema": {
"description": "Defines the schema to use for an item.",
"type": "string",
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visual-container/1.0.0/schema.json"
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/1.0.0/schema.json"
}
},
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"$schema": {
"description": "Defines the schema to use for an item.",
"type": "string",
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visual-container-mobile-state/1.0.0/schema.json"
"const": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainerMobileState/1.0.0/schema.json"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit e5c0b69

Please sign in to comment.