Skip to content

Commit

Permalink
mockend/model
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunGovil committed Dec 2, 2022
1 parent 9b63d82 commit 241b279
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .mockend.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"Post": {
"title": { "string": {} },
"comments": {
"hasMany": "Comment"
}
},
"Comment": {
"body": { "string": {} },
"post": {
"belongsTo": "Post"
"Codes": {
"id": {
"number": {}
},
"name": {
"string": {}
},
"tags": {
"string": []
},
"code": {
"string": {}
}
}
}

0 comments on commit 241b279

Please sign in to comment.