Test Book: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created blank page  | 
				 VisualData update  | 
				||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{}  | {  | ||
    "schemas": {  | |||
        "Book": {  | |||
            "title": "Test Book",  | |||
            "authors": [  | |||
                {  | |||
                    "first_name": "Test",  | |||
                    "last_name": "Author",  | |||
                    "email": "",  | |||
                    "name": "Test Author"  | |||
                }  | |||
            ],  | |||
            "cover": "File:"  | |||
        }  | |||
    },  | |||
    "schemas-data": {  | |||
        "untransformed": {  | |||
            "Book/cover": ""  | |||
        }  | |||
    }  | |||
}  | |||