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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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