Test Book: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
Filburt (talk | contribs)
VisualData update
No edit summary
 
jsondata
Line 1: Line 1:
{
{
    "schemas": {
"schemas": {
        "Book": {
"Book": {
            "title": "Test Book",
"title": "Test Book",
            "authors": [
"authors": [
                {
{
                    "first_name": "Test",
"first_name": "Test",
                    "last_name": "Author",
"last_name": "Author",
                    "email": "",
"email": null,
                    "name": "Test Author"
"name": "Test Author"
                }
}
            ],
],
            "cover": "File:"
"cover": "File:"
        }
}
    },
},
    "schemas-data": {
"schemas-data": {
        "untransformed": {
"untransformed": {
            "Book/cover": ""
"Book/cover": ""
        }
}
    }
}
}
}

Latest revision as of 14:03, 29 December 2024