This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
henrique
/
clinica
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
openapi: adiciona exemplos ao get pacientes
master
Henrique-Sousa
3 weeks ago
parent
9e3cb70710
commit
b0c152f496
2 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
dbs/clinica.mv.db
+6
-3
server/services/pacientes/get.in.json
BIN
dbs/clinica.mv.db
View File
+ 6
- 3
server/services/pacientes/get.in.json
View File
@ -7,13 +7,16 @@
"type"
:
"object"
,
"properties"
:
{
"nome"
:
{
"type"
:
"string"
"type"
:
"string"
,
"example"
:
"José da Silva"
}
,
"cpf"
:
{
"type"
:
"string"
"type"
:
"string"
,
"example"
:
"123.456.789-10"
}
,
"rg"
:
{
"type"
:
"string"
"type"
:
"string"
,
"example"
:
"12.345.678"
}
}
}
Write
Preview
Loading…
Cancel
Save