{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ViewUrl",
"type": "object",
"description": "Contains a URL for an embedded view.",
"properties": {
"url": {
"type": "string",
"description": "The URL for the embedded view. This URL is time-limited and should be used immediately."
}
}
}