This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree 2 files changed +27
-13
lines changed
2 files changed +27
-13
lines changed Original file line number Diff line number Diff line change
1
+ v12.16.1
Original file line number Diff line number Diff line change 2119
2119
"type" : " object" ,
2120
2120
"description" : " Arquivo e código do boleto" ,
2121
2121
"required" : [
2122
- " link " ,
2122
+ " url " ,
2123
2123
" code"
2124
2124
],
2125
2125
"properties" : {
2126
- "link" : {
2126
+ "type" : {
2127
+ "type" : " string" ,
2128
+ "enum" : [
2129
+ " link" ,
2130
+ " image" ,
2131
+ " file"
2132
+ ],
2133
+ "description" : " Tipo do anexo do boleto. Pode ser imagem (image), link ou um arquivo (file)" ,
2134
+ "required" : false ,
2135
+ "example" : " file" ,
2136
+ "default" : " file"
2137
+ },
2138
+ "title" : {
2139
+ "type" : " string" ,
2140
+ "description" : " Nome do arquivo" ,
2141
+ "required" : false ,
2142
+ "example" : " Boleto de rematrícula 2020"
2143
+ },
2144
+ "url" : {
2127
2145
"type" : " string" ,
2128
- "description" : " URL de download do boleto. Obrigatóriamente uma url HTTPS" ,
2146
+ "description" : " URL do boleto. Obrigatóriamente uma URL HTTPS" ,
2129
2147
"required" : true ,
2130
- "example" : " https://boleto.pdf "
2148
+ "example" : " https://url.para-download.com "
2131
2149
},
2132
2150
"code" : {
2133
2151
"type" : " string" ,
2144
2162
"items" : {
2145
2163
"type" : " object" ,
2146
2164
"properties" : {
2147
- "kind " : {
2165
+ "type " : {
2148
2166
"type" : " string" ,
2149
2167
"enum" : [
2150
- " invoice" ,
2168
+ " link" ,
2169
+ " image" ,
2151
2170
" file"
2152
2171
],
2153
- "description" : " Tipo do anexo. Pode ser nota fiscal (invoice) ou um arquivo (file)" ,
2172
+ "description" : " Tipo do anexo. Pode ser imagem (image), link ou um arquivo (file)" ,
2154
2173
"required" : true ,
2155
2174
"example" : " file"
2156
2175
},
2160
2179
"required" : true ,
2161
2180
"example" : " Comprovante de estorno"
2162
2181
},
2163
- "description" : {
2164
- "type" : " string" ,
2165
- "description" : " Descrição do anexo" ,
2166
- "required" : false ,
2167
- "example" : " Estorno realizado em 31/10/2019"
2168
- },
2169
2182
"url" : {
2170
2183
"type" : " string" ,
2171
2184
"description" : " Link para baixar o anexo. Obrigatóriamente uma url HTTPS" ,
You can’t perform that action at this time.
0 commit comments