diff --git a/amanuensis/resources/article.json b/amanuensis/resources/article.json new file mode 100644 index 0000000..be7a8a7 --- /dev/null +++ b/amanuensis/resources/article.json @@ -0,0 +1,11 @@ +{ + "aid": null, + "character": null, + "title": null, + "turn": null, + "status": { + "ready": false, + "approved": false + }, + "contents": null +} \ No newline at end of file