ekster/pkg/jf2/tests/author.json
Peter Stuifzand a1b2ece601
All checks were successful
the build was successful
Fix author simplifcation
2019-02-08 23:39:43 +01:00

38 lines
660 B
JSON

{
"items": [
{
"type": [
"h-entry"
],
"properties": {
"author": [
{
"type": [
"h-card"
],
"properties": {
"name": [
"Peter Stuifzand"
],
"url": [
"https://p83.nl"
],
"photo": [
"https://peterstuifzand.nl/img/profile.jpg"
]
}
}
],
"name": [
"Testing NODE RED"
],
"content": [
{
"value": "Hello world"
}
]
}
}
]
}