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