Skip to content

Commit

Permalink
RUM-1844: Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmos committed May 2, 2024
1 parent d951c21 commit 3e5a159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id": "resource-metadata-schema.json",
"title": "ResourceMetadata",
"type": "object",
"description": "Schema of the resource metadata. The metadata to idenfify the asset's content uploaded to the backend",
"description": "Schema of the resource metadata. The metadata to identify the asset's content uploaded to the backend",
"required": ["type", "application"],
"properties": {
"type": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"isVisible": {
"type": "boolean",
"description": "Whether this web-view is visible or not.",
"description": "Whether this webview is visible or not.",
"readOnly": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"isVisible": {
"type": "boolean",
"description": "Whether this web-view is visible or not.",
"description": "Whether this webview is visible or not.",
"readOnly": true
}
}
Expand Down

0 comments on commit 3e5a159

Please sign in to comment.