Shopify

Shopify resource type schema.

json · 20 lines
1
{
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
  "properties": {
4
    "store_name": {
5
      "type": "string",
6
      "description": "",
7
      "default": ""
8
    },
9
    "token": {
10
      "type": "string",
11
      "description": "",
12
      "default": ""
13
    }
14
  },
15
  "required": [
16
    "store_name",
17
    "token"
18
  ],
19
  "type": "object"
20
}
Orvanta Hub — community scripts, flows, apps & resource types.