MENU
$crate--scout[●]shop-registration

Configure your shop.json file

Ready to validate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name":,
"id":"auto-generated",
"address":{
"street":,
"city":,
"postal":,
"country":
},
"shop_type":
physical
virtual
,
"contact":{
"email":,
"password":,
"confirmPassword":
},
"description":,
"integrations":{
"discogs":
},
"created_at":"2025-07-27T18:00:00.000Z"
}
10 fields need attention

JSON Preview

{
  "name": "Your Shop Name",
  "id": "auto-generated",
  "address": {
    "street": "123 Main St",
    "city": "City",
    "postal": "12345",
    "country": "United States"
  },
  "shop_type": "physical",
  "contact": {
    "email": "contact@shop.com"
  },
  "description": "Describe your record shop...",
  "integrations": {
    "discogs": "username"
  },
  "created_at": ""
}