14 lines
599 B
JSON
14 lines
599 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:ProfilePage",
|
|
"title": "ProfilePage",
|
|
"description": "Web page type: Profile page.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.",
|
|
"$ref": "schema:WebPage"
|
|
}
|
|
]
|
|
}
|