Files
marka/testdata/data/article_simple/output.json
2025-09-30 19:28:56 +02:00

11 lines
228 B
JSON

{
"_schema": "Article",
"_type": "Article",
"headline": "My First Article",
"author": {
"_type": "Person",
"name": "John Doe"
},
"articleBody": "This is the content of my first article. It's a simple one."
}