Skip to content

Instantly share code, notes, and snippets.

@jonathanRose
jonathanRose / Books.json
Created June 20, 2017 06:39
Books Example based on the schema
[
{
"title": "enim officia pariatur",
"bookId": "3f180fbc-9737-5870-9646-109ca694a6db",
"author": {
"authorId": "f944a6bf-9fe5-5026-bc98-a3fef230f059",
"firstName": "Ana",
"lastName": "Bailey",
"dateCreated": "Tue Jun 20 2017 00:46:26 GMT+0300 (IDT)",
"lastUpdated": "Tue Jun 20 2017 07:53:28 GMT+0300 (IDT)"
{
"title": "books",
"type": "array",
"items": {
"$ref": "#/definitions/book"
},
"definitions": {
"book": {
"properties": {
"title": {