Website is nullable. (#4604)

This commit is contained in:
ndeet
2023-02-07 12:04:13 +01:00
committed by GitHub
parent b055844973
commit 67254cc30c

View File

@@ -292,6 +292,7 @@
},
"website": {
"type": "string",
"nullable": true,
"description": "The absolute url of the store",
"format": "url"
},