Skip to content

Commit 82cbcd3

Browse files
committed
chore(assets): update application body [skip ci]
1 parent e54f433 commit 82cbcd3

File tree

1 file changed

+30
-25
lines changed

1 file changed

+30
-25
lines changed

assets/application.json

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -39,38 +39,43 @@
3939
"type": "array",
4040
"maxItems": 300,
4141
"items": {
42-
"webhook_uri": {
43-
"schema": {
44-
"type": "string",
45-
"maxLength": 255,
46-
"format": "uri",
47-
"title": "Webhook URI",
48-
"description": "URL de destino para os webhooks"
42+
"title": "Opções do webhook",
43+
"type": "object",
44+
"additionalProperties": false,
45+
"properties": {
46+
"webhook_uri": {
47+
"schema": {
48+
"type": "string",
49+
"maxLength": 255,
50+
"format": "uri",
51+
"title": "Webhook URI",
52+
"description": "URL de destino para os webhooks"
53+
},
54+
"hide": true
4955
},
50-
"hide": true
51-
},
52-
"webhook_token": {
53-
"schema": {
54-
"type": "string",
55-
"maxLength": 50,
56-
"title": "Token",
57-
"description": "Bearer token opcional para o cabeçalho Authorization"
56+
"webhook_token": {
57+
"schema": {
58+
"type": "string",
59+
"maxLength": 50,
60+
"title": "Token",
61+
"description": "Bearer token opcional para o cabeçalho Authorization"
62+
},
63+
"hide": true
5864
},
59-
"hide": true
60-
},
61-
"skip_pending": {
62-
"schema": {
63-
"type": "boolean",
64-
"default": false,
65-
"title": "Ignorar pedidos pendentes"
66-
},
67-
"hide": true
65+
"skip_pending": {
66+
"schema": {
67+
"type": "boolean",
68+
"default": false,
69+
"title": "Ignorar pedidos pendentes"
70+
},
71+
"hide": true
72+
}
6873
}
6974
}
7075
},
7176
"hide": true
7277
}
7378
},
7479
"auth_callback_uri": "https://us-central1-ecom-webhooks.cloudfunctions.net/app/ecom/auth-callback",
75-
"version": "1.1.0"
80+
"version": "1.1.1"
7681
}

0 commit comments

Comments
 (0)