Skip to content

Commit

Permalink
Merge pull request #221 from michaeldfaber/report-definition-title-de…
Browse files Browse the repository at this point in the history
…scriptions-live

[Report Definition] Titles and descriptions
  • Loading branch information
michaeldfaber authored Jun 10, 2024
2 parents 5b6c5a8 + 7fccc53 commit b6f7c31
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fabric/item/report/definition/bookmark/1.0.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/bookmark/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Bookmark",
"description": "Defines a bookmark that captures the state of a report.",
"type": "object",
"properties": {
"displayName": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/bookmarksMetadata/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Bookmarks metadata",
"description": "Defines additional information about standalone bookmarks or groups of related bookmarks.",
"type": "object",
"properties": {
"items": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/formattingObjectDefinitions/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Formatting Object Definitions",
"description": "Defines shared definitions for report object formatting.",
"definitions": {
"DataViewObjectDefinitions": {
"type": "object",
Expand Down
2 changes: 2 additions & 0 deletions fabric/item/report/definition/page/1.0.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/page/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Page",
"description": "Defines a single report page.",
"type": "object",
"properties": {
"name": {
Expand Down
2 changes: 2 additions & 0 deletions fabric/item/report/definition/pagesMetadata/1.0.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/pagesMetadata/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Pages metadata",
"description": "Defines additional information about the report's pages.",
"type": "object",
"properties": {
"pageOrder": {
Expand Down
2 changes: 2 additions & 0 deletions fabric/item/report/definition/report/1.0.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/report/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Report",
"description": "Defines a report and its pages, visuals, settings, and additional information.",
"type": "object",
"properties": {
"themeCollection": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/reportExtension/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Report extension",
"description": "Defines a report extension and its references.",
"type": "object",
"properties": {
"name": {
Expand Down
2 changes: 2 additions & 0 deletions fabric/item/report/definition/semanticQuery/1.0.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/semanticQuery/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Semantic Query",
"description": "Defines shared definitions for queries and filters.",
"definitions": {
"FilterDefinition": {
"description": "Defines a filter element as a partial query structure",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/versionMetadata/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Version metadata",
"description": "Defines version information about the report definition.",
"type": "object",
"properties": {
"$schema": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Visual container",
"description": "Defines a single visual or visual group on a report page.",
"type": "object",
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$id": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainerMobileState/1.0.0/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Visual container mobile state",
"description": "Defines information about a visual container's mobile layout.",
"type": "object",
"properties": {
"objects": {
Expand Down

0 comments on commit b6f7c31

Please sign in to comment.