45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"items": [
|
|
{
|
|
"type": [ "https://schema.org/BlogPosting" ],
|
|
"properties": {
|
|
"headline": [ "Progress report" ],
|
|
"datePublished": [ "2013-08-29" ],
|
|
"url": [ "http://blog.example.com/progress-report?comments=0" ],
|
|
"comment": [
|
|
{
|
|
"type": [ "https://schema.org/Comment" ],
|
|
"properties": {
|
|
"url": [ "http://blog.example.com/progress-report#c1" ],
|
|
"creator": [
|
|
{
|
|
"type": [ "https://schema.org/Person" ],
|
|
"properties": {
|
|
"name": [ "Greg" ]
|
|
}
|
|
}
|
|
],
|
|
"dateCreated": [ "2013-08-29" ]
|
|
}
|
|
},
|
|
{
|
|
"type": [ "https://schema.org/Comment" ],
|
|
"properties": {
|
|
"url": [ "http://blog.example.com/progress-report#c2" ],
|
|
"creator": [
|
|
{
|
|
"type": [ "https://schema.org/Person" ],
|
|
"properties": {
|
|
"name": [ "Charlotte" ]
|
|
}
|
|
}
|
|
],
|
|
"dateCreated": [ "2013-08-29" ]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|