This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1465
1465
},
1466
1466
"url" : {
1467
1467
"type" : " string" ,
1468
- "description" : " URL para fazer download do anexo" ,
1468
+ "description" : " URL para fazer download do anexo. Obrigatóriamente uma url HTTPS " ,
1469
1469
"required" : true ,
1470
1470
"example" : " https://calculo.pdf"
1471
1471
}
1746
1746
"fields" : {
1747
1747
"type" : " array" ,
1748
1748
"description" : " Campos da seção do prontuário" ,
1749
- "required" : true ,
1750
1749
"items" : {
1751
- "anyOf " : [
1750
+ "oneOf " : [
1752
1751
{
1753
1752
"type" : " object" ,
1754
1753
"properties" : {
1906
1905
},
1907
1906
"url" : {
1908
1907
"type" : " string" ,
1909
- "description" : " URL do arquivo" ,
1908
+ "description" : " URL do arquivo. Obrigatóriamente uma url HTTPS " ,
1910
1909
"required" : true ,
1911
1910
"example" : " https://hospitalexample.com.br/prontuariojaneiro.pdf"
1912
1911
}
2126
2125
"properties" : {
2127
2126
"link" : {
2128
2127
"type" : " string" ,
2129
- "description" : " URL de download do boleto" ,
2128
+ "description" : " URL de download do boleto. Obrigatóriamente uma url HTTPS " ,
2130
2129
"required" : true ,
2131
2130
"example" : " https://boleto.pdf"
2132
2131
},
2169
2168
},
2170
2169
"url" : {
2171
2170
"type" : " string" ,
2172
- "description" : " Link para baixar o anexo" ,
2171
+ "description" : " Link para baixar o anexo. Obrigatóriamente uma url HTTPS " ,
2173
2172
"required" : true ,
2174
2173
"example" : " https://url.para-download.com"
2175
2174
}
You can’t perform that action at this time.
0 commit comments