We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcd5d1 commit f5aa61aCopy full SHA for f5aa61a
2 files changed
apps/website/app/api/data/[space_id]/route.ts
@@ -117,7 +117,7 @@ export const GET = async (
117
const data = {
118
"@context": [ctxUrl, localCtx],
119
"@id": baseUrl,
120
- "@type": "Space",
+ "@type": "Container",
121
label: space.name,
122
sameAs: space.url,
123
container_of: Object.entries(withMaxDate).map(([id, lastModified]) => ({
apps/website/public/schema/context.jsonld
@@ -28,6 +28,7 @@
28
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
29
},
30
"creator": "dc:creator",
31
+ "Container": "sioc:Container",
32
"content": "sioc:content",
33
"container_of": "sioc:container_of",
34
"has_container": { "@id": "sioc:has_container", "@type": "@id" },
0 commit comments