mirror of
https://github.com/yacy/yacy_search_server.git
synced 2026-08-03 12:54:35 -04:00
18 lines
343 B
JSON
18 lines
343 B
JSON
{
|
|
#(authorized)#
|
|
"error": "authorization required",
|
|
::
|
|
#(/authorized)#
|
|
"reports": [
|
|
#{reports}#
|
|
{
|
|
"filename": "#[filename]#",
|
|
"title": "#[title]#",
|
|
"published": "#[published]#",
|
|
"daily": #(daily)#false::true#(/daily)#,
|
|
"content": "#[content]#"
|
|
}#(comma)#::,#(/comma)#
|
|
#{/reports}#
|
|
]
|
|
}
|