Manage ASL magazines and their articles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-articles/asl_articles/tests/fixtures/publisher-articles.json

17 lines
351 B

{
"publisher": [
{ "publ_id": 1, "publ_name": "Avalon Hill" },
{ "publ_id": 2, "publ_name": "Multiman Publishing" },
{ "publ_id": 3, "publ_name": "Le Franc Tireur" }
],
"publication": [
{ "pub_id": 20, "pub_name": "MMP News", "publ_id": 2 }
],
"article": [
{ "article_id": 200, "article_title": "MMP Today", "pub_id": 20 }
]
}