diff --git a/db.json b/db.json index c959fe0..7826e1a 100644 --- a/db.json +++ b/db.json @@ -394,6 +394,23 @@ } ], "standards": [ + { + "name": "File System", + "href": "https://fs.spec.whatwg.org/", + "description": "The File System Standard defines infrastructure and an API for file systems.", + "authors": [ + { + "name": "Marijn Kruisselbrink", + "email": "mek@chromium.org" + } + ], + "reference": "FS", + "review_draft_schedule": [ + 3, + 9 + ], + "twitter": "whatfilesystem" + }, { "name": "Storage", "href": "https://storage.spec.whatwg.org/",