modifying existing test JSON output to add blank rel hashes
rel: {} is required by the spec even if it is empty
This commit is contained in:
parent
6b6524e4af
commit
38e0ae313f
3 changed files with 6 additions and 3 deletions
|
@ -11,5 +11,6 @@
|
|||
}],
|
||||
"name": ["Jessica Lynn Suttles"]
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"rels": {}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"name": ["jlsuttles"],
|
||||
"nickname": ["jlsuttles"]
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"rels": {}
|
||||
}
|
||||
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"bday": ["1990-10-15"],
|
||||
"content": ["<p>Vegan. Cat lover. Coder.</p>"]
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"rels": {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue