File tree 1 file changed +30
-25
lines changed 1 file changed +30
-25
lines changed Original file line number Diff line number Diff line change 39
39
"type" : " array" ,
40
40
"maxItems" : 300 ,
41
41
"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
49
55
},
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
58
64
},
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
+ }
68
73
}
69
74
}
70
75
},
71
76
"hide" : true
72
77
}
73
78
},
74
79
"auth_callback_uri" : " https://us-central1-ecom-webhooks.cloudfunctions.net/app/ecom/auth-callback" ,
75
- "version" : " 1.1.0 "
80
+ "version" : " 1.1.1 "
76
81
}
You can’t perform that action at this time.
0 commit comments