Inspect raw JSON-LD payload
·
mirrors the <head> script
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"@id": "https://data.canary-staging.odnos.ai/registry#registry",
"name": "Structured data — Keystone Canary",
"description": "Machine-readable structured data for Keystone Canary: 3 entities across 3 categories, published as JSON-LD and HTML.",
"about": [
{
"@type": "ItemList",
"name": "Services",
"numberOfItems": 1,
"url": "https://data.canary-staging.odnos.ai/services",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "Service",
"@id": "https://data.canary-staging.odnos.ai/services/canary-service",
"name": "Canary Service",
"description": "Smoke-probe canary service. Do not delete."
}
}
]
},
{
"@type": "ItemList",
"name": "Organizations",
"numberOfItems": 1,
"url": "https://data.canary-staging.odnos.ai/organizations",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "Organization",
"@id": "https://data.canary-staging.odnos.ai/organizations/canary-organization",
"name": "Canary Organization",
"description": "Smoke-probe canary entity. Do not delete."
}
}
]
},
{
"@type": "ItemList",
"name": "People",
"numberOfItems": 1,
"url": "https://data.canary-staging.odnos.ai/people",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "Person",
"@id": "https://data.canary-staging.odnos.ai/people/canary-person",
"name": "Canary Person"
}
}
]
}
]
}