| CARVIEW |
Select Language
HTTP/2 200
accept-ranges: bytes
vary: Accept-Encoding
content-encoding: gzip
content-type: application/json
access-control-allow-origin: *
content-security-policy-report-only: require-trusted-types-for 'script'; report-uri https://csp.withgoogle.com/csp/cloud-status
cross-origin-resource-policy: cross-origin
cross-origin-opener-policy: same-origin; report-to="cloud-status"
report-to: {"group":"cloud-status","max_age":2592000,"endpoints":[{"url":"https://csp.withgoogle.com/csp/report-to/cloud-status"}]}
content-length: 256
date: Fri, 26 Dec 2025 19:47:42 GMT
pragma: no-cache
expires: Fri, 01 Jan 1990 00:00:00 GMT
cache-control: no-cache, must-revalidate
last-modified: Fri, 26 Dec 2025 19:46:51 GMT
x-content-type-options: nosniff
server: sffe
x-xss-protection: 0
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
{
"$schema": "https://json-schema.org/draft-07/schema#",
"id": "/",
"title": "Product Catalog",
"type": "object",
"properties": {
"products": {
"type": "array",
"description": "The products for this status dashboard",
"items": {
"type": "object",
"description": "A Product",
"properties": {
"title": {
"description": "Title of the product.",
"type": "string"
},
"id": {
"description": "Unique ID for the product.",
"type": "string"
}
}
}
}
}
}